openbsd-ports/net/zebra/pkg/PLIST

31 lines
762 B
Plaintext
Raw Normal View History

2004-10-26 15:03:23 -04:00
@comment $OpenBSD: PLIST,v 1.16 2004/10/26 19:03:23 espie Exp $
2004-09-18 09:01:47 -04:00
@conflict quagga-*
Update to zebra-0.92; itojun (via Jakob in Helsinki) OK OpenBSD port changes: FLAVOR=snmp now works vtysh now works Also, OpenBD specific fixes not listed below include a patch to correctly get all interfaces from the kernel. Changelog from e-mail: * Changes in zebra-0.92 ** Overall security is improved. Default umask is 0077. * Changes in ripd ** If output interface is in simple password authentication mode, substruct one from rtemax. * Changes in bgpd ** IPv4 multicast and IPv6 unicast configuration is changed to so called new config. All of AFI and SAFI specific configuration is moved to "address-family" node. When you have many IPv6 only configuration, you will see many "no neighbor X:X::X:X activate" line in your configuration to disable IPv4 unicast NLRI exchange. In that case please use "no bgp default ipv4-unicast" command to suppress the output. Until zebra-0.93, old config is still left for compatibility. Old config ========== router bgp 7675 bgp router-id 10.0.0.1 redistribute connected network 192.168.0.0/24 neighbor 10.0.0.2 remote-as 7675 ipv6 bgp network 3ffe:506::/33 ipv6 bgp network 3ffe:1800:e800::/40 ipv6 bgp aggregate-address 3ffe:506::/32 ipv6 bgp redistribute connected ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1 New config ========== router bgp 7675 bgp router-id 10.0.0.1 network 192.168.0.0/24 redistribute connected neighbor 10.0.0.2 remote-as 7675 neighbor 3ffe:506:1000::2 remote-as 1 no neighbor 3ffe:506:1000::2 activate ! address-family ipv6 network 3ffe:506::/33 network 3ffe:1800:e800::/40 aggregate-address 3ffe:506::/32 redistribute connected neighbor 3ffe:506:1000::2 activate exit-address-family * Changes in ospfd ** Internal interface treatment is changed. Now ospfd can handle multiple IP address for an interface. ** Redistribution of loopback interface's address works fine.
2001-08-16 03:30:39 -04:00
bin/vtysh
@info info/zebra.info
@man man/man1/vtysh.1
@man man/man8/bgpd.8
@man man/man8/ospf6d.8
@man man/man8/ospfd.8
@man man/man8/ripd.8
@man man/man8/ripngd.8
@man man/man8/zebra.8
sbin/bgpd
sbin/ospf6d
sbin/ospfd
sbin/ripd
sbin/ripngd
sbin/zebra
share/doc/zebra/
share/doc/zebra/README
share/examples/zebra/
2004-10-26 15:03:23 -04:00
@sample ${CONFDIR}/
share/examples/zebra/bgpd.conf.sample
share/examples/zebra/bgpd.conf.sample2
share/examples/zebra/ospf6d.conf.sample
share/examples/zebra/ospfd.conf.sample
share/examples/zebra/ripd.conf.sample
share/examples/zebra/ripngd.conf.sample
Update to zebra-0.92; itojun (via Jakob in Helsinki) OK OpenBSD port changes: FLAVOR=snmp now works vtysh now works Also, OpenBD specific fixes not listed below include a patch to correctly get all interfaces from the kernel. Changelog from e-mail: * Changes in zebra-0.92 ** Overall security is improved. Default umask is 0077. * Changes in ripd ** If output interface is in simple password authentication mode, substruct one from rtemax. * Changes in bgpd ** IPv4 multicast and IPv6 unicast configuration is changed to so called new config. All of AFI and SAFI specific configuration is moved to "address-family" node. When you have many IPv6 only configuration, you will see many "no neighbor X:X::X:X activate" line in your configuration to disable IPv4 unicast NLRI exchange. In that case please use "no bgp default ipv4-unicast" command to suppress the output. Until zebra-0.93, old config is still left for compatibility. Old config ========== router bgp 7675 bgp router-id 10.0.0.1 redistribute connected network 192.168.0.0/24 neighbor 10.0.0.2 remote-as 7675 ipv6 bgp network 3ffe:506::/33 ipv6 bgp network 3ffe:1800:e800::/40 ipv6 bgp aggregate-address 3ffe:506::/32 ipv6 bgp redistribute connected ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1 New config ========== router bgp 7675 bgp router-id 10.0.0.1 network 192.168.0.0/24 redistribute connected neighbor 10.0.0.2 remote-as 7675 neighbor 3ffe:506:1000::2 remote-as 1 no neighbor 3ffe:506:1000::2 activate ! address-family ipv6 network 3ffe:506::/33 network 3ffe:1800:e800::/40 aggregate-address 3ffe:506::/32 redistribute connected neighbor 3ffe:506:1000::2 activate exit-address-family * Changes in ospfd ** Internal interface treatment is changed. Now ospfd can handle multiple IP address for an interface. ** Redistribution of loopback interface's address works fine.
2001-08-16 03:30:39 -04:00
share/examples/zebra/vtysh.conf.sample
share/examples/zebra/zebra.conf.sample
2004-10-26 15:03:23 -04:00
@extraunexec rm -rf ${CONFDIR}/*