Added cangw netlink gateway configuration tool.

TODO (in both cangw and can-gw.ko) : Support removal and listing of rules.
So far the gateway jobs are only removed on can-gw.ko module unload or when
the used CAN netdevices disappear.
This commit is contained in:
Oliver Hartkopp
2010-02-19 13:33:59 +00:00
parent 9327499121
commit 67b604e53b
2 changed files with 352 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ CFLAGS = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/include \
PROGRAMS = candump cansniffer cansend canplayer canlogserver cangen\
canbusload log2long log2asc asc2log bcmserver\
isotpdump isotprecv isotpsend isotpsniffer isotptun\
slcan_attach slcand slcanpty canfdtest
slcan_attach slcand slcanpty canfdtest cangw
all: $(PROGRAMS)