diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-09-07 19:23:26 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-09-07 19:23:26 +0000 |
commit | 3419c789d41e43ce0f20fc4ff1e570b2ae60696b (patch) | |
tree | 52f8c2fd4d4da9321a533c1d5925c3f4040a6e48 /net/pim6-tools/pkg-descr | |
parent | e540880e400d397c1419fd5512823c5cdcae67da (diff) | |
download | ports-3419c789d41e43ce0f20fc4ff1e570b2ae60696b.tar.gz ports-3419c789d41e43ce0f20fc4ff1e570b2ae60696b.zip |
Rename and split net/mcast-tools into net/pim6-tools, net/pim6sd,
and net/pim6dd.
Notes
Notes:
svn path=/head/; revision=396342
Diffstat (limited to 'net/pim6-tools/pkg-descr')
-rw-r--r-- | net/pim6-tools/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/pim6-tools/pkg-descr b/net/pim6-tools/pkg-descr new file mode 100644 index 000000000000..172893891f0c --- /dev/null +++ b/net/pim6-tools/pkg-descr @@ -0,0 +1,16 @@ +Tools for IPv6 multicast routing including: + + - mcastread + an IPv6 multicast receiver + - mcastsend + an IPv6 multicast sender + - mfc + an IPv6 multicast routing daemon, which only supports static + multicast routing. + - pmsft + a test program for Multicast Source Filter (MSF) using APIs + specified in Socket Interface Extention for MSF (RFC3678). + (on a non-IGMPv3/MLDv2-aware kernel, only join/leave + operation is supported) + +WWW: http://mcast-tools.sourceforge.net/ |