diff options
Diffstat (limited to 'openwrt/package/scdp/Config.in')
-rw-r--r-- | openwrt/package/scdp/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/scdp/Config.in b/openwrt/package/scdp/Config.in new file mode 100644 index 0000000000..507cdb8f44 --- /dev/null +++ b/openwrt/package/scdp/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_SCDP + tristate "scdp - an utility to send CDP (Cisco Discovery Protocol) packets" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBNET + help + This program sends CDP (Cisco Discovery Protocol) packets out on + selected interfaces and tells the connected switch (cisco only) + where the host is connected. + + http://sourceforge.net/projects/scdp + |