diff options
author | gdt <gdt@pkgsrc.org> | 2012-06-07 16:51:43 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-06-07 16:51:43 +0000 |
commit | d2f90a6f692c0f4b7cf5676921576665f29e7e3c (patch) | |
tree | 61e9c2f1cb54ca98f727146fde50e8d5cd74bbbe /net/quagga/PLIST | |
parent | 109958df1087c358a3a817e603d776a452006437 (diff) | |
download | pkgsrc-d2f90a6f692c0f4b7cf5676921576665f29e7e3c.tar.gz |
Update to 0.99.21
* Changes in Quagga 0.99.21
- [bgpd] BGP multipath support has been merged
- [bgpd] SAFI (Multicast topology) support has been extended to propagate
the topology to zebra.
- [bgpd] AS path limit functionality has been removed
- [babeld] a new routing daemon implementing the BABEL ad-hoc mesh routing
protocol has been merged.
- [isisd] a major overhaul has been picked up. Please note that isisd is
STILL NOT SUITABLE FOR PRODUCTION USE.
- [*] a lot of bugs have been fixed, please refer to the git log
Diffstat (limited to 'net/quagga/PLIST')
-rw-r--r-- | net/quagga/PLIST | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/quagga/PLIST b/net/quagga/PLIST index eb7a407123a..88eef83599a 100644 --- a/net/quagga/PLIST +++ b/net/quagga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2010/08/31 13:20:13 gdt Exp $ +@comment $NetBSD: PLIST,v 1.12 2012/06/07 16:51:43 gdt Exp $ include/quagga/buffer.h include/quagga/checksum.h include/quagga/command.h @@ -51,12 +51,14 @@ lib/libospf.la lib/libzebra.la man/man1/vtysh.1 man/man8/bgpd.8 -man/man8/isisd.8 man/man8/ospf6d.8 +man/man8/ospfclient.8 man/man8/ospfd.8 man/man8/ripd.8 man/man8/ripngd.8 +man/man8/watchquagga.8 man/man8/zebra.8 +sbin/babeld sbin/bgpd sbin/ospfd sbin/ripd @@ -68,6 +70,7 @@ share/doc/quagga/mpls/ChangeLog.opaque.txt share/doc/quagga/mpls/cli_summary.txt share/doc/quagga/mpls/opaque_lsa.txt share/doc/quagga/mpls/ospfd.conf +share/examples/quagga/babeld.conf.sample share/examples/quagga/bgpd.conf.sample share/examples/quagga/bgpd.conf.sample2 share/examples/quagga/log_syslog.conf |