aboutsummaryrefslogtreecommitdiff
path: root/net/zebra
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Add CONFLICTS= openbgpd-[0-9]* quagga-[0-9]*.Munechika SUMIKAWA2005-11-111-0/+2
| | | | Notes: svn path=/head/; revision=147884
* Fix memory leak.Munechika SUMIKAWA2005-06-302-1/+9
| | | | | | | | | | 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-192-0/+38
| | | | | | | | PR: ports/78302 Submitted by: marck Notes: svn path=/head/; revision=135593
* Upgrade to 0.95.Munechika SUMIKAWA2005-05-195-310/+19
| | | | | | | Submitted by: Dikshie <dikshie@ocean.itb.ac.id> Notes: svn path=/head/; revision=135591
* Use pkg-message.Munechika SUMIKAWA2005-04-152-5/+9
| | | | | | | PR: ports/79151 Notes: svn path=/head/; revision=133430
* Use OPTIONS instead of configure script.Munechika SUMIKAWA2005-02-072-76/+33
| | | | Notes: svn path=/head/; revision=128224
* - Move Makefile.inc into ${WRKDIR}Munechika SUMIKAWA2004-10-273-6/+17
| | | | | | | | | | - Make compilable when FreeBSD has /dev/ip. Obtained from: net/quagga Reported by: swylie@wylie.com Notes: svn path=/head/; revision=120319
* Increase PORTREVISION to silence port upgrading tools ifDmitry Morozovsky2004-10-041-1/+1
| | | | | | | | | | zebra-devel port was installed (it had PORTREVISION 2, but less functionality). Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118529
* Add knobs to sync with net/zebra-develMunechika SUMIKAWA2004-05-192-15/+64
| | | | Notes: svn path=/head/; revision=109479
* Fix info install.Munechika SUMIKAWA2004-03-102-9/+4
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=103523
* Upgrade to 0.94.Munechika SUMIKAWA2004-03-055-3464/+3
| | | | Notes: svn path=/head/; revision=103009
* - Chase net -> net-mgmt repocopy of net-snmp4.Pav Lucistnik2004-03-041-1/+1
| | | | | | | | PR: ports/63722 Submitted by: Thomas Vogt <thomas@bsdunix.ch> Notes: svn path=/head/; revision=102937
* Add dependecy when enabling snmp.Munechika SUMIKAWA2004-02-011-0/+1
| | | | | | | Reported by: Kuniaki KONDO <kuniaki@inetcore.com> Notes: svn path=/head/; revision=99754
* Prevent remote dos attack.Munechika SUMIKAWA2003-11-202-1/+24
| | | | | | | | | See detail in http://rhn.redhat.com/errata/RHSA-2003-305.html Obtained from: redhat Notes: svn path=/head/; revision=94560
* remove obsolete master_sitesEdwin Groothuis2003-11-031-2/+0
| | | | Notes: svn path=/head/; revision=92933
* Fix RIPv1 subnet bugsMunechika SUMIKAWA2003-05-202-1/+302
| | | | | | | | 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-264-14/+3431
| | | | | | | | | LSA refreshing. Obtained from: zebra cvs Notes: svn path=/head/; revision=79711
* Fix the ospfd MD5 authentication problem.Munechika SUMIKAWA2003-03-282-1/+12
| | | | | | | Submitted by: Kevin Schmidt <kps@ucsb.edu> Notes: svn path=/head/; revision=77564
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* FIx plist.Munechika SUMIKAWA2002-12-122-1/+3
| | | | | | | Approved by: portmgr(knu) Notes: svn path=/head/; revision=71582
* Enable vtysh.Munechika SUMIKAWA2002-11-171-2/+2
| | | | | | | Reported by: "Vladimir B. " Grebenschikov <vova@sw.ru> Notes: svn path=/head/; revision=70321
* Properly zero-out struct ifreq before passing it to the SIOCSIFFLAGSMaxim Sobolev2002-10-072-5/+25
| | | | | | | | | 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
* Add missing fileKris Kennaway2002-09-161-0/+1
| | | | Notes: svn path=/head/; revision=66404
* Upgrade to 0.93b.Munechika SUMIKAWA2002-09-134-408/+2
| | | | Notes: svn path=/head/; revision=66242
* I take over maintainership.Munechika SUMIKAWA2002-08-081-1/+1
| | | | | | | Approved by: joe Notes: svn path=/head/; revision=64218
* Fix the critical bug in capability negotiation.Munechika SUMIKAWA2002-08-062-1/+80
| | | | | | | Obtained from: NetBSD pkgsrc Notes: svn path=/head/; revision=64085
* Support ospf6d in zebractl.shMunechika SUMIKAWA2002-08-042-1/+5
| | | | | | | | 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-294-13/+334
| | | | | | | | | do not install in kernel. No response from: maintainer Notes: svn path=/head/; revision=63700
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Drop Andreas as co-maintainer.Josef Karthauser2001-12-131-1/+1
| | | | | | | Requested by: andreas Notes: svn path=/head/; revision=51470
* Bump the revision number, which I should have done when I added theJosef Karthauser2001-12-121-0/+1
| | | | | | | additional patch in the last commit. Notes: svn path=/head/; revision=51405
* 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
* Add some mirror sites for Zebra.Josef Karthauser2001-10-081-1/+7
| | | | Notes: svn path=/head/; revision=48558
* Upgrade to zebra-0.92a.Josef Karthauser2001-09-012-2/+2
| | | | | | | | | | | * BGP: New config support. * OSPF: Redistirbution of loopback network problem is fixed. * OSPF6d: Various problems detected at N+I Tokyo are fixed. * Fix community-list "^$" matching bug. * -lsnmp check problem fixed. Notes: svn path=/head/; revision=47269
* It looks like ripngd is installed by default now so remove it from thisJosef Karthauser2001-06-211-2/+0
| | | | | | | file to avoid a duplicate entry in the contents file. Notes: svn path=/head/; revision=44291
* 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
* Add SCRIPTS_ENV="WRKDIRPREFIX=${WRKDIRPREFIX}" to work around $WRKDIRPREFIXJun Kuriyama2001-06-021-0/+1
| | | | | | | | | | environment. No response from: maintainer Reference: <7mwv98irg6.wl@waterblue.imgsrc.co.jp> Notes: svn path=/head/; revision=43423
* I'm looking after these ports for Andreas for a while so I'veJosef Karthauser2001-05-241-1/+1
| | | | | | | | changed the MAINTAINER line to an email alias that directs mail to us both. Notes: svn path=/head/; revision=43031
* update to new zebra 0.91aAndreas Klemm2001-03-225-5/+12
| | | | | | | | | | | | | | - 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-292-14/+10
| | | | | | | | | | | | | 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-272-6/+6
| | | | | | | | | | - 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-252-5/+6
| | | | | | | | | | | 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
* unbreak port.Andreas Klemm2001-01-231-2/+1
| | | | | | | | | | | | | | | | | | note: I tried to build a portname applying to the porters handbook conventions. Unfortunately it doesn't have a good example for version numbers like 0.90a. 0.90-alpha would have to be change to 0.90.a. So I thought it should be done this way for 0.90.a as well. But then you have to set DISTFILES and WRKSRC (the latter I forgot in a last minute change, sorry, which broke the port). And even if you get the port running again, then portlint tells you pretty things how to do it better ... All in all. It would be fine to add an example in porters handbook for cases like 0.90a, which should *not* be changed to 0.90.a ! Submitted by: Josef Karthauser <joe@tao.org.uk> Notes: svn path=/head/; revision=37464
* - update to 0.90aAndreas Klemm2001-01-222-3/+3
| | | | | | | | | | | | | - update md5 checksum - make PORTVERSION porters handbook compliant, had to add DISTFILES so source is still fetchable. Maybe I misunderstood the description how to transpose version numbers, maybe the description should be changed, that 0.90a should also be allowed than to use 0.90.a - remove PORTREVISION, since PORTVERSION changed Notes: svn path=/head/; revision=37458
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* - configure: fixed logic in if-clause, so that dialog is only calledAndreas Klemm2001-01-131-1/+1
| | | | | | | | | if BATCH is not defined. Portrevision doesn't need to be bumped, since exactly this enables/unbreaks package building... Notes: svn path=/head/; revision=37164
* - in usage message mention restart option, which is actually:Andreas Klemm2001-01-122-2/+3
| | | | | | | | | 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-116-24/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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