diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-27 21:04:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-27 21:04:35 +0800 |
commit | d5485fa13977b0be41ff8bf56d325c914090a213 (patch) | |
tree | b98cb172ade2d317ae781ad898f8aa528b5a4d81 /net-mgmt/Makefile | |
parent | 69f9487c2a55538b5a8611ac81dccd21f6ed9659 (diff) | |
download | freebsd-ports-gnome-d5485fa13977b0be41ff8bf56d325c914090a213.tar.gz freebsd-ports-gnome-d5485fa13977b0be41ff8bf56d325c914090a213.tar.zst freebsd-ports-gnome-d5485fa13977b0be41ff8bf56d325c914090a213.zip |
ramond monitors IPv6 networks for router advertisements.
When an advert is received, a configurable action occurs.
The tool was designed to `clear' (by sending spoofed zero
lifetime adverts) rogue-routes sent by users running 6to4
gateways on a campus network.
WWW: http://ramond.sourceforge.net
Janos Mohacsi <janos.mohacsi@bsd.hu>
PR: ports/143252
Submitted by: janos.mohacsi at bsd.hu
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index cb452c0b5313..f71e66af7cd2 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -229,6 +229,7 @@ SUBDIR += py-twistedSNMP SUBDIR += py-yapsnmp SUBDIR += qkismet + SUBDIR += ramond SUBDIR += rancid SUBDIR += rancid-devel SUBDIR += rate |