diff options
author | bms <bms@FreeBSD.org> | 2009-03-18 23:18:53 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2009-03-18 23:18:53 +0800 |
commit | c54435fc9cd854b301a2be5b3583de85171da9a7 (patch) | |
tree | 5ad038625dd4e1b46a53e779c94a14f8ad09b1fa /net/Makefile | |
parent | 2305085469194f14eed786a942b9497ed04ddab2 (diff) | |
download | freebsd-ports-gnome-c54435fc9cd854b301a2be5b3583de85171da9a7.tar.gz freebsd-ports-gnome-c54435fc9cd854b301a2be5b3583de85171da9a7.tar.zst freebsd-ports-gnome-c54435fc9cd854b301a2be5b3583de85171da9a7.zip |
Add new port igmpproxy.
This is an IGMPv2 aware multicast forwarding proxy.
It cannot be run simultaneously with other multicast
routing daemons.
PR: ports/130174
Submitted by: Alexander Chernikov
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f9e8d3875e24..67eced086f6d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -219,6 +219,7 @@ SUBDIR += iffinder SUBDIR += ifstat SUBDIR += ifstated + SUBDIR += igmpproxy SUBDIR += ilbc SUBDIR += imapproxy SUBDIR += iodine |