diff options
author | gdt <gdt> | 2005-11-18 11:52:29 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-11-18 11:52:29 +0000 |
commit | 4d7cfb5c4548f452d5584b8ee25c8d545755b9a8 (patch) | |
tree | 7767b3dcb3dbfe79c4c6abb9abe7c130ba21fe84 /net | |
parent | d964bece94ba970b3a6fb0f0e40619f4f8e72e9a (diff) | |
download | pkgsrc-4d7cfb5c4548f452d5584b8ee25c8d545755b9a8.tar.gz |
Note that MLDv2 is implemented.
Patch from pkg/32051 filed by Jonathan A. Kollasch.
Diffstat (limited to 'net')
-rw-r--r-- | net/pim6dd/DESCR | 3 | ||||
-rw-r--r-- | net/pim6sd/DESCR | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net/pim6dd/DESCR b/net/pim6dd/DESCR index 2dfb7bf6e2c..74ae209516e 100644 --- a/net/pim6dd/DESCR +++ b/net/pim6dd/DESCR @@ -1,2 +1,5 @@ pim6dd is an IPv6 multicast routing daemon, which supports PIMv2 (Protocol Independent Multicast Version 2) dense mode for IPv6. +It also implements MLDv[12] and thus can function as a first or +last-hop router. In many of these respects it is somewhat similar +to mrouted(8). diff --git a/net/pim6sd/DESCR b/net/pim6sd/DESCR index d27f01c1e86..346a4898154 100644 --- a/net/pim6sd/DESCR +++ b/net/pim6sd/DESCR @@ -1,2 +1,5 @@ pim6sd is an IPv6 multicast routing daemon, which supports PIMv2 (Protocol Independent Multicast Version 2) sparse mode for IPv6. +It also implements MLDv[12] and thus can function as a first or +last-hop router. In many of these respects it is somewhat similar +to mrouted(8). |