summaryrefslogtreecommitdiff
path: root/net/zebra/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-12-19Remove redundant errno.joerg1-0/+12
2005-08-11Changes 0.95:adam4-43/+40
* Changes in zebra ** IRDP support is added. * Changes in ripd ** Set receive UDP socket buffer to large value. * Changes in ospfd ** Fix problem of OpenBSD-3.4 IP header length treatment. * Changes in ospf6d ** Area support is added. * Changes in bgpd ** Old commands are removed "show ipv6 summary" "show ipv6 mbgp summary" ** New ospf6d implementation is introduced. This is rewrite of whole ospf6d code to make it far much better than old code. * Changes in vtysh ** Many bugs and problems are fixed. All of user of vtysh should update to zebra-0.95.
2003-12-29Upgrade zebra to 0.94.heas5-30/+75
2003-11-18Fix a security problem wrt telnet control characters. Bump PKGREVISION.wiz1-0/+25
2002-09-13upgrade to 0.93b.itojun13-291/+0
o BGP connection problem is fixed. o EAGAIN check is added.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam19-19/+19
have been converted to USE_BUILDLINK2.
2002-08-03pull critical patches in from zebra cvs repo (i have been asking for releaseitojun13-0/+291
of 0.93b, however, it's not happening yet) - bgpd: bug in capability negotiation - ospf6d: synchronize with zebra deamon correctly
2002-07-09upgrade to 0.93a (it is a leaf package, so it should be okay)itojun6-72/+36
0.93a + Fix host_name to host_triplet. + Ohara's crush fix for ospf6d. 0.93 + New config of BGP. + Crush problem ospfd which reported on Zebra ML is fixed. + KDD R&D Laboratories, Inc. OSPF Opaque LSA and TE LSA.
2001-05-28Use buildlink.mk to get readline dependency and use ${BUILDLINK_INCDIR}jlam1-5/+8
and ${BUILDLINK_LIBDIR} to find headers and libraries. Also find tputs() in termcap first, before looking in tinfo, curses, then ncurses. Simplify the PLIST handling by using space-separated list of PLIST files in PLIST_SRC.
2001-01-11upgrade to 0.90.itojun2-10/+15
New RIB code provides multiple nexthop for a prefix. Equal cost multipath works on GNU/Linux. Communication between protocol daemon and zebra is changed to UNIX domain socket. BGP trap MIB works. BGP route selection is improved and various option is provided. New OSPF packet read method. PLEASE UPDATE WHOLE SUITE including zebra, bgpd, ripd, ripngd, ospfd, ospf6d when you update from previous version. Zebra protocol is changed so there may be some protocol mismatch when you don't update everything.
2000-10-13use 0.89.itojun1-8/+5
+ OSPF works on x86 Solaris box. + OSPF neighbor is supported. + IPv6 inteface's address information propagation bug is fixed. + BGP's various MED comparison methods are added. + BGP read lock problem is fixed. + Zebra works on OpenBSD again. s/CFLAGS/CPPFLAGS/, to make vtysh build successful. From: Hal Snyder <hal@vailsys.com>
2000-08-27enable "vtysh" build by make USE_ZEBRA_VTYSH (depends on readline).itojun1-0/+11
stabilize build by requiring gmake.
2000-08-24Place machine-specific config files in /etc/zebra, andkim6-0/+198
install sample configs in ${PREFIX}/share/examples/zebra.
2000-01-17upgrade to 0.84a. note that config file format is changed since 0.7x.itojun1-86/+0
1999-09-13upgrade to 0.79.itojun1-0/+86
--- New beta zebra-0.79 is out: ftp://ftp.zebra.org/pub/zebra/zebra-0.79.tar.gz This beta release's main topic is ospfd. Now it works pretty well! We know it surely has bugs inside, so when you find it please let us know. ABR,ASBR,Virtual Linux functionality is added. Flooding codes and LSA database codes are almost rewritten. Terminal interface of ospfd will show detailed information about LSAs. There was a report about RIPv2's netmask is zero case. I've changed ripd codes when netmask is not valid. ripd will ignore the entry.
1999-07-16upgrade to 0.73.itojun2-28/+0
1999-07-07fix USE_INET6 build.itojun2-0/+28