summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-12-25 07:34:14 +0000
committerjulian <julian@FreeBSD.org>2008-12-25 07:34:14 +0000
commit3b46c85ea8b7c54d10055dd614ddfd137c04f6fb (patch)
tree836615dc2af810907927f8eb7533e186f4ff594e /sys
parent1f8fc18328a41849ff90d5fc313563369fe9b04e (diff)
downloadFreeBSD-src-3b46c85ea8b7c54d10055dd614ddfd137c04f6fb.zip
FreeBSD-src-3b46c85ea8b7c54d10055dd614ddfd137c04f6fb.tar.gz
Hook up the ether_echo node and fix the man page
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
-rw-r--r--sys/modules/netgraph/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d2d420a..a52729a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2287,6 +2287,7 @@ netgraph/ng_device.c optional netgraph_device
netgraph/ng_echo.c optional netgraph_echo
netgraph/ng_eiface.c optional netgraph_eiface
netgraph/ng_ether.c optional netgraph_ether
+netgraph/ng_ether_echo.c optional netgraph_ether_echo
netgraph/ng_fec.c optional netgraph_fec
netgraph/ng_frame_relay.c optional netgraph_frame_relay
netgraph/ng_gif.c optional netgraph_gif
diff --git a/sys/conf/options b/sys/conf/options
index d44af14..c3a72a7 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -459,6 +459,7 @@ NETGRAPH_DEVICE opt_netgraph.h
NETGRAPH_ECHO opt_netgraph.h
NETGRAPH_EIFACE opt_netgraph.h
NETGRAPH_ETHER opt_netgraph.h
+NETGRAPH_ETHER_ECHO opt_netgraph.h
NETGRAPH_FEC opt_netgraph.h
NETGRAPH_FRAME_RELAY opt_netgraph.h
NETGRAPH_GIF opt_netgraph.h
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index 1e9462a..8607a21 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -17,6 +17,7 @@ SUBDIR= async \
eiface \
etf \
ether \
+ ether_echo \
fec \
frame_relay \
gif \
OpenPOWER on IntegriCloud