summaryrefslogtreecommitdiff
path: root/net/zebra-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix vty memory leakAndreas Klemm2000-12-272-0/+19
| | | | | | | | | | | | | | | | | | 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
* zebra-0.89 has been replaced by zebra-0.89a.Andreas Klemm2000-10-232-2/+2
| | | | | | | | | | | | fix: multiple route entry for same type of route, which caused problem for BGP implicit withdraw. If you are using zebra-0.89 and have a problem with multiple BGP routes in zebra for one prefix, please update. Obtained from: Kunihiro Ishiguro <kunihiro@zebra.org> Notes: svn path=/head/; revision=34153
* Fix own typo -- forgot a ">".Satoshi Asami2000-10-091-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=33595
* Rename PLIST.v6 to pkg-plist.v6. (I can't think of a reason why thereSatoshi Asami2000-10-081-2/+1
| | | | | | | | | are two commands "cat >" and "cat >>" when they both take one argument so I combined them together so they can do what the "cat" command's name came from.) Notes: svn path=/head/; revision=33541
* forgotten in previous committ: new md5 checksumAndreas Klemm2000-10-031-1/+1
| | | | Notes: svn path=/head/; revision=33362
* update to newest beta release 0.89Andreas Klemm2000-10-032-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added manpage entries in Makefile Highlights: o OSPF neighbor is supported. o IPv6 inteface's address information propagation bug is fixed. o BGP's various MED comparison methods are added. o BGP read lock problem is fixed. Release / contribution information (I think its maybe of interest concerning the status of zebra): From: Kunihiro Ishiguro <kunihiro@zebra.org> Date: Mon, 02 Oct 2000 19:46:41 -0700 I've not yet merged below contributions as of zebra-0.89: o OSPF Demand Circuits K N Sridhar <sridhar@euler.ece.iisc.ernet.in> o Kerberos 4, Kerberos 5 auth and DES CFB64 encryption. Magnus Ahltorp <ahltorp@nada.kth.se> These will be merged as soon as possible. o PIM-SM Robert.Olsson@data.slu.se Jens.Laas@data.slu.se Will be added after zebra-1.0 release. Notes: svn path=/head/; revision=33361
* Upgrade to zebra-0.88.Josef Karthauser2000-08-182-2/+2
| | | | Notes: svn path=/head/; revision=31738
* Add three info files.Satoshi Asami2000-07-051-0/+3
| | | | | | | Found by: bento Notes: svn path=/head/; revision=30202
* update to 0.87Andreas Klemm2000-06-272-2/+2
| | | | Notes: svn path=/head/; revision=29919
* Update zebra to 0.86Andreas Klemm2000-05-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From its developer: Hi, this is Kunihiro. I think this version is the most stable OSPF version ever had. We'll keep on fixing and adding new feature to ospfd. And also some BGP's route selection problems are fixed. Many patches are included. * Changes in zebra-0.86 * Changes in lib ** Fix bug of exec-timeout command which may cause crush. ** Multiple same policy for "access-list", "ip prefix-list, "as-path access-list", "ip community-list" is not duplicated. ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >= M. Now default behavior is exact match so it only match routes which mask == M. * Changes in bgpd ** "match ip address prefix-list" is added to route-map. ** A route without local preference is evaluated as 100 local preference. ** Select smaller router-id route when other values are same. ** Compare MED only both routes comes from same neighboring AS. ** "bgp always-compare-med" command is added. ** Now MED value is passed to IBGP peer. ** When neighbor's filter is configured with non-existent access-list, as-path access-list, ip prefix-list, route-map. The behavior is changed from all permit to all deny. * Changes in ospfd ** Fix bug of external route tag byte order. ** OSPF Neighbor deletion bug which cause crush is fixed. ** Some route calculation bug are fixed. ** Add sanity check with router routing table. ** Fix bug of memory leak about linklist. ** Fix bug of 1-WayReceived in NSM. ** Take care of BIGENDIAN architecture. ** Fix bug of NSM state flapping between ExStart and Exchange. ** Fix bug of Network-LSA originated in stub network. ** Fix bug of MS flag unset. ** Add to schedule router_lsa origination when the interface cost changes. ** Increment LS age by configured interface transmit_delay. ** distribute-list is reimplemented. ** Fix bug of refresh never occurs. ** Fix bug of summary-LSAs reorigination. Correctly copy OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd. ** Fix bug of re-origination when a neighbor disappears. ** Fix bug of segmentation fault with DD retransmission. ** Fix network-LSA re-origination problem. ** Fix problem of remaining withdrawn routes on zebra. * Changes in ripd ** Do not leave from multicast group when interface goes down bug is fixed. * Changes in zebra ** Remove client structure when client dies. ** Take care static route when interface goes up/down. Notes: svn path=/head/; revision=28221
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* upgrade to 0.84bAndreas Klemm2000-01-224-25/+13
| | | | | | | | | | | | And port changes from sumikawa@ebina.hitachi.co.jp: - add 'ipv6' on CATEGORIES - get rid of 'USE_INET6' and use 'OSVERSION' instead of it. - make PLIST.v6 only difference from PLIST for easily maintanance Submitted by: sumikawa@ebina.hitachi.co.jp Notes: svn path=/head/; revision=24950
* Upgrade to 0.84Andreas Klemm2000-01-222-2/+3
| | | | Notes: svn path=/head/; revision=24938
* Support IPv6. if 'USE_INET6' is defined, ripngd and ospf6d are installed.Munechika SUMIKAWA2000-01-083-0/+28
| | | | | | | Approved by: andreas(maintainer) Notes: svn path=/head/; revision=24562
* use rc.conf instead rc.conf.localAndreas Klemm1999-12-241-1/+1
| | | | | | | Submitted by: Mike Smith <msmith@FreeBSD.org> Notes: svn path=/head/; revision=24012
* tell the user to use rc.conf.local, to start zebra ...Andreas Klemm1999-12-241-1/+1
| | | | Notes: svn path=/head/; revision=23997
* - Upgrade to 0.83aAndreas Klemm1999-12-243-5/+61
| | | | | | | | | | | | | | | - 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
* Update to zebra-0.83a.Josef Karthauser1999-12-232-2/+2
| | | | Notes: svn path=/head/; revision=23875
* Upgrade to 0.81Andreas Klemm1999-11-083-3/+2
| | | | Notes: svn path=/head/; revision=22975
* Update zebra to 0.79Andreas Klemm1999-09-192-2/+2
| | | | | | | | This software is still under developement Please read the README's or subscribe to the zebra mailing list Notes: svn path=/head/; revision=21749
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Upgrade to zebra 0.77Andreas Klemm1999-08-192-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Kunihiro Ishiguro <kunihiro@zebra.org> Date: Sun, 15 Aug 1999 23:47:59 +0900 This beta includes brand new ripd. Almost codes of ripd is rewritten. ripd's dynamic `network' command configuration is improved. `timers basic' command's semantics is changed to conforms to RFC2453. ripngd is also updated as same as ripd. IPv6 kernel route handling bug is fixed. SIGUSR1 reopen logging file. ospfd's bug of originating network LSA is fixed. Redistribute routes handling is much improved. Now `no redistribute' works as expected. BGP-4+ withdraw bug is fixed. IPv6 router advertisement codes are added but not yet usable. * Changes in zebra-0.77 * Changes in lib ** SIGUSR1 reopen logging file. ** route-map is extended to support multi-protocol routing information. ** When compiling under GNU libc 2.1 environment don't use inet6-apps. * Changes in zebra ** Basic IPv6 router advertisement codes added. It is not yet usable. ** Fix IPv6 route addition/deletion bug is fixed. ** `show ip route A.B.C.D' works * Changes in bgpd ** When invalid unfeasible routes length comes, bgpd send notify then continue to process the packet. Now bgpd stop parsing invalid packet then return to main loop. ** BGP-4+ withdrawn routes parse bug is fixed. ** When BGP-4+ information passed to non shared network's peer, trim link-local next-hop information. ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP routing information. ** `show ipv6 route IPV6ADDR' command added. ** BGP start timer has jitter. ** Holdtimer configuration bug is fixed. Now configuration does not show unconfigured hold time value. * Changes in ripngd ** Now update timer (default 30 seconds) has +/- 50% jitter value. ** Add timers basic command. ** `network' configuration is dynamically reflected. ** `timers basic <update> <timeout> <garbage>' added. * Changes in ripd ** Reconstruct almost codes. ** `network' configuration is dynamically reflected. ** RIP timers now conforms to RFC2453. So user can configure update, timeout, garbage timer. ** `timers basic <update> <timeout> <garbage>' works. * Changes in ospfd ** Bug of originating network LSA is fixed. ** `no router ospf' core dump bug is fixed. * Changes in ospf6d ** Redistribute route works. Notes: svn path=/head/; revision=20801
* Changes in 0.75, 0.76 is a bugfix release ...Andreas Klemm1999-08-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BGP-4+ route handling is much improved. ripngd perform route aggregation with aggregate-address command. When zebra starts up, delete all installed routes which installed by zebra. ospfd DR election problem fixed. `terminal length 0' bug is fixed. BGP route-map now properly handles permit/deny and match/no match mixture. This fix is done by Rick Payne <rickp@rossfell.co.uk>. -- Kunihiro Ishiguro -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Changes in zebra-0.75 * Changes in lib ** `termnal length 0' bug is fixed. * Changes in zebra ** When zebra starts up, sweep all zebra installed routes. If -k or --keep_kernel option is specified to zebra dameon. This function is not performed. * Changes in ripngd ** Aggreagte address command supported. In router ripngd, `aggregate-address IPV6PREFIX' works. * Changes in bgpd ** Input route-map's bug which cause segmentation violation is fixed. ** route-map method improved. ** BGP-4+ nexthop detection improved. ** BGP-4+ route re-selection bug is fixed. ** BGP-4+ iBGP route's nexthop calculation works. ** After connection Established `show ip bgp neighbor' display BGP TCP connection's source and destination address. ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and local nexthop which used for originated route. This address will be used when `next-hop-self'. * Changes in ospfd ** Fix bug of DR election. ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL. ** Schedule NeighborChange event if NSM status change. ** Never include a neighbor in Hello packet, when the neighbor goes down. Notes: svn path=/head/; revision=20643
* Remove two files that aren't installed anymore.Bill Fumerola1999-08-071-2/+0
| | | | | | | Noticed By: bento's logs. Notes: svn path=/head/; revision=20602
* Upgrade to 0.74Andreas Klemm1999-07-312-3/+3
| | | | | | | | | | | | | | | | | | OSPFd core dump during startup should be fixed. BTW it's still not a complete OSPF implementation as the author says on the mailing list: "This is the first beta relase which includes (partly) workable ospfd. Now ospfd works as inter area OSPF router. When it works properly route goes into the kernel. Please note it does not support intra area route, AS external route, multiple area, aging of LSA, etc... Please use ospfd only in test environment. BGP serious bug is fixed. ripngd is almost rewritten to conform to RFC2080. ospf6d's LSA data structure is improved. And also many bugs are fixed." Notes: svn path=/head/; revision=20407
* remove typo, seems to be I'm a victim of the heat wave ;-)Andreas Klemm1999-07-181-2/+2
| | | | Notes: svn path=/head/; revision=20264
* make zebra startup script executeable in final destination...Andreas Klemm1999-07-181-1/+2
| | | | Notes: svn path=/head/; revision=20263
* - Improve startup scriptAndreas Klemm1999-07-181-2/+2
| | | | | | | | | - OSPF tested, zebra works well as designated (DR) and backup designated router (BDR) - Disable debugging to meet FreeBSD package policy (no debug) Notes: svn path=/head/; revision=20262
* Make zebra port more user friendly be providing a nice start stop scriptAndreas Klemm1999-07-182-1/+9
| | | | | | | | | | | | | which is prefix-clean: - Install a zebra startup script ${PREFIX}/rc.d/zebra.sh - Can be used as start and stop script (expects "start" or - "stop" as argument). - If config file is present in ${PREFIX}/etc/zebra - Starts zebra, ripd, ospfd and bgpd - Stops (kills) ripd, ospfd, bgpd and at last zebra Notes: svn path=/head/; revision=20261
* Update zebra to 0.73.Andreas Klemm1999-07-173-4/+6
| | | | | | | New beta, many bugfixes... Notes: svn path=/head/; revision=20253
* Update zebra port to 0.68Andreas Klemm1999-06-192-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the announcement on the zebra mailing list: ospfd is much improved. DR election bug is fixed. Database description can be sent and received. Now Neighbor State Machine goes to Full. We are working on zebra-0.70 can provide real OSPF routing feature. bgpd aggregate-address command is added. At this momemnt summary-only aggregation is supported. `ip community-list' command is added. New route-map command such as `set community' or `match community' is added. zebra's IPv6 related bug is fixed. VTY input buffer overflow bug is fixed. DEFUN can eat (a|b|c) statement. So (deny|permit) is useful for like this: bgpd(config)# access-list test ? deny Access list for denies permit Access list for permits Changes in zebra-0.68 ++ Changes in lib - DEFUN() is extended to support (a|b|c) statement. - Input buffer overflow bug is fixed. ++ Changes in bgpd - `ip community-list' is added. - set community and match community is added to route-map statement. - aggregate-address A.B.C.D/M partly works. Now it works only summary-only mode. ++ Changes in zebra - IPv6 network address delete bug is fixed. ++ Changes in ospfd - DR election bug fixed. - Now Database Description can be send or received. - Neighbor State Machine goes to Full state. ++ Changes in ospf6d - router zebra related bug is fixed. Notes: svn path=/head/; revision=19563
* upgrade to 0.64.1.Jun-ichiro itojun Hagino1999-05-093-4/+3
| | | | | | | (I tested this with KAME-ready kernel so it should work fine) Notes: svn path=/head/; revision=18702
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-3/+1
| | | | Notes: svn path=/head/; revision=18431
* Update to the 19990420 version, which fixes the problem with theSteve Price1999-04-202-5/+3
| | | | | | | | | | 'ip address' command on FreeBSD. Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Ok'd by: maintainer Notes: svn path=/head/; revision=18024
* marked BROKENAndreas Klemm1999-04-182-3/+5
| | | | | | | | | | | | zebra isn't working Can't set interface's address. Can't set interface's address. Can't set interface's address. Can't set interface's address. waiting for a fix from author. Notes: svn path=/head/; revision=17972
* upgrade zebra to new version from 19990408Andreas Klemm1999-04-123-5/+7
| | | | | | | PR: 11063 Notes: svn path=/head/; revision=17819
* only styleAndreas Klemm1999-04-111-2/+2
| | | | Notes: svn path=/head/; revision=17775