summaryrefslogtreecommitdiff
path: root/net/zebra/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use $SUB_FILES to dynamically update zebractlMunechika SUMIKAWA2010-01-262-57/+57
| | | | | | | | PR: ports/143155 Submitted by: Sevan Janiyan Notes: svn path=/head/; revision=248596
* Fix compilation on 8-stable and -current.Munechika SUMIKAWA2010-01-261-0/+28
| | | | Notes: svn path=/head/; revision=248594
* add patch to net/zebraEdwin Groothuis2007-09-251-0/+291
| | | | | | | | | | | | | | | http://marc.theaimsgroup.com/?l=zebra&m=114058002007887&w=2 it makes ospfd use priority queue (using heap sort) for its spf calculation. It should change spf execution time of ospfd from N^2 to N log (N). PR: ports/94216 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Approved by: maintainer timeout Notes: svn path=/head/; revision=200100
* Upgrade to 0.95a.Munechika SUMIKAWA2006-11-271-19/+0
| | | | Notes: svn path=/head/; revision=178091
* Fix memory leak.Munechika SUMIKAWA2005-06-301-0/+8
| | | | | | | | | | See http://marc.theaimsgroup.com/?l=zebra&m=111931575510231&w=2 in detail PR: ports/82461 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Notes: svn path=/head/; revision=138225
* Fix infinite loop when time got backwardsMunechika SUMIKAWA2005-05-191-0/+37
| | | | | | | | PR: ports/78302 Submitted by: marck Notes: svn path=/head/; revision=135593
* Upgrade to 0.95.Munechika SUMIKAWA2005-05-193-306/+16
| | | | | | | Submitted by: Dikshie <dikshie@ocean.itb.ac.id> Notes: svn path=/head/; revision=135591
* Use pkg-message.Munechika SUMIKAWA2005-04-151-0/+6
| | | | | | | PR: ports/79151 Notes: svn path=/head/; revision=133430
* - Move Makefile.inc into ${WRKDIR}Munechika SUMIKAWA2004-10-271-0/+11
| | | | | | | | | | - Make compilable when FreeBSD has /dev/ip. Obtained from: net/quagga Reported by: swylie@wylie.com Notes: svn path=/head/; revision=120319
* Upgrade to 0.94.Munechika SUMIKAWA2004-03-053-3461/+0
| | | | Notes: svn path=/head/; revision=103009
* Prevent remote dos attack.Munechika SUMIKAWA2003-11-201-0/+23
| | | | | | | | | See detail in http://rhn.redhat.com/errata/RHSA-2003-305.html Obtained from: redhat Notes: svn path=/head/; revision=94560
* Fix RIPv1 subnet bugsMunechika SUMIKAWA2003-05-201-0/+301
| | | | | | | | Submitted by: jonny@jonny.eng.br (Joao Carlos Mendes Luis) Obtained from: http://www.geocrawler.com/archives/3/372/2002/10/0/9918592/ Notes: svn path=/head/; revision=81566
* Upgrade to ospf6d to 0.9.6p to fix the critical bug on AS-ExternalMunechika SUMIKAWA2003-04-261-0/+3427
| | | | | | | | | LSA refreshing. Obtained from: zebra cvs Notes: svn path=/head/; revision=79711
* Fix the ospfd MD5 authentication problem.Munechika SUMIKAWA2003-03-281-0/+11
| | | | | | | Submitted by: Kevin Schmidt <kps@ucsb.edu> Notes: svn path=/head/; revision=77564
* Properly zero-out struct ifreq before passing it to the SIOCSIFFLAGSMaxim Sobolev2002-10-071-5/+24
| | | | | | | | | ioctl(2), so that it doesn't occasionally trigger promisc mode on interface. Reported/tested by: Vladimir B. Grebenschikov <vova@sw.ru> Notes: svn path=/head/; revision=67560
* Upgrade to 0.93b.Munechika SUMIKAWA2002-09-132-405/+0
| | | | Notes: svn path=/head/; revision=66242
* Fix the critical bug in capability negotiation.Munechika SUMIKAWA2002-08-061-0/+79
| | | | | | | Obtained from: NetBSD pkgsrc Notes: svn path=/head/; revision=64085
* Support ospf6d in zebractl.shMunechika SUMIKAWA2002-08-041-1/+4
| | | | | | | | PR: ports/37996 Submitted by: ume Notes: svn path=/head/; revision=63993
* Upgrade to 0.93a. It also includes critcal bug fix which OSPFv3 routesMunechika SUMIKAWA2002-07-292-10/+332
| | | | | | | | | do not install in kernel. No response from: maintainer Notes: svn path=/head/; revision=63700
* Fix the use of ipv6 addresses on interfaces. (Submitted to the zebraJosef Karthauser2001-12-121-0/+12
| | | | | | | | | folk for the next release). Submitted by: Armin Arh <armin@schlund.de> Notes: svn path=/head/; revision=51404
* Start and stop ripngd in zebractl.Josef Karthauser2001-06-211-1/+4
| | | | | | | Requested by: Jun Kuriyama <kuriyama@imgsrc.co.jp> Notes: svn path=/head/; revision=44289
* update to new zebra 0.91aAndreas Klemm2001-03-221-1/+5
| | | | | | | | | | | | | | - some workarounds concerning installation of zebra info files since sources doesn't contain all info files... - modified zebractl script to check, if zebra.conf exists, which is needed for every routing protocol, error message and exit if not found. From the author: "0.91 is basically a bugfix release. All of IPv6 codes are based upon new RIB codes" Bugfixes and features see ChangeLog file. Notes: svn path=/head/; revision=40221
* - remove redirection to /dev/null for zebra and routing daemonsAndreas Klemm2001-01-291-13/+9
| | | | | | | | | | | | | you should be able to see error messages if there are any Since daemons are started using -d options, you should normally see no output... - bumped PORTREVISION, since its a major win being able to see error messages if there are any Submitted by: knarf@camelot.de Notes: svn path=/head/; revision=37767
* - -d makes possible to start daemons in certain orderAndreas Klemm2001-01-271-5/+5
| | | | | | | | | | - for that purpose you have to remove the '&' forgot that in last commit. Submitted by: Frank Bartels <knarf@camelot.de> Notes: svn path=/head/; revision=37638
* - start zebra processes with -d option to make sure that one processAndreas Klemm2001-01-251-5/+5
| | | | | | | | | | | starts after the other to prevent core dump. This fixes bgp coredump for Knarf - set PORTREVISION Submitted by: Frank Bartels <knarf@camelot.de> Notes: svn path=/head/; revision=37584
* - in usage message mention restart option, which is actually:Andreas Klemm2001-01-121-2/+2
| | | | | | | | | zebractl stop zebractl start - new functionality (visible) for people -> PORTREVISION Notes: svn path=/head/; revision=37146
* upgrade to new zebra version 0.90Andreas Klemm2001-01-112-18/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed PORTREVISION (new version) - new configure script: dialog menue allows you to set different zebra compile time options (if ! BATCH), currently supported: --with-libpam = enable PAM authentication for vtysh --enable-nssa = enable OSPF NSSA --enable-snmp = enable SNMP support - please note: port compiles fine when all options are set, but functionality has not been tested by me. - silence portlint, trim pkg-comment to <=70 columns - remove unneeded patch patch, 0.90 now contains fix for memory leak - cosmetic: add patch for Makefile.in (don't link with -g) - portlint: o.k. In this BETA --enable-unixdomain and --enable-newrib became default ! To get old implementation back use the following configure options: --enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra. --enable-oldrib # Turn on old RIB implementation. Note: I didn't add these options to configure script, so that people don't choose the wrong thing ! Some milestones of this release (see file NEWS for complete list): - access-lists can have remarks - memory leak with access-list and prefix-list name fixed - UNIX domain socket server of zebra protocol is added - PointoPoint interface network bug fixed - Metric value is reflected to kernel routing table - New RIB implementation has been added: - BGP passive peer support problem is fixed - Redistributed IGP nexthop is passed to BGP nexthop - Fix bug of holdtimer is not reset when bgp cleared - BGP-MIB implementation is finished - When BGP connection comes from unconfigured IP address, close socket immediately. - BGP flap dampening feature is added * RIP - Fix bug of refreshing default route * OSPF - Fix bug of Hello packet's option is not properly set when interface comes up - Reduce unconditional logging - New command for virtual-link configuration - Memory leak related classfull network generation is fixed Notes: svn path=/head/; revision=37108
* make port compile, patch was missing the subdir "lib" in its headerAndreas Klemm2000-12-301-2/+2
| | | | | | | Submitted by: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl> Notes: svn path=/head/; revision=36465
* Fix vty memory leakAndreas Klemm2000-12-271-0/+18
| | | | | | | | | | | | | | | | | | Patch in PR contains typo, got clean patch from zebra anon cvs server Wrote e-mail to security officer and freebsd-audit to ask for a) review b) what to do next (FreeBSD Ports Security Advisory?...) concerning a) the author of zebra already ok'd the patch. converning b) waiting for SO or fbsd-auditers to respond PR: 23856 Submitted by: Vincent Poy <vince@oahu.WURLDLINK.NET> Reviewed by: Kunihiro Ishiguro <kunihiro@zebra.org> Approved by: Kunihiro Ishiguro <kunihiro@zebra.org> Obtained from: PR (partly) + zebra anon cvs server Notes: svn path=/head/; revision=36408
* - Upgrade to 0.83aAndreas Klemm1999-12-241-0/+51
- remove zebra.sh from ${PREFIX}/etc/rc.d - start zebra now from /etc/rc.conf.local - new zebra start script is ${PREFIX}/sbin/zebractl {start|stop|restart} Example: /etc/rc.conf.local: defaultrouter="NO" router_enable="YES" router="/usr/local/sbin/zebractl" router_flags="start" Notes: svn path=/head/; revision=23996