summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | bgpd: add "show ip bgp scan detail" commandDenis Ovsienko2011-08-051-15/+44
| * | bgpd: touch nexthop handling codeDenis Ovsienko2011-08-053-19/+15
| * | bgpd: use XCALLOC to allocate bgpd damp arrayStephen Hemminger2011-08-031-5/+1
| * | lib: fix more format warnings (#637)Christian Hammers2011-08-032-2/+2
| * | ospfd: remove useless RFC1583 checkAlexandre Chappuis2011-08-021-4/+0
| * | lib: remove unused variableDenis Ovsienko2011-08-011-3/+1
| * | delete CVS keywordsDenis Ovsienko2011-08-0112-23/+0
| * | ospf6d: Remove obsolete codeTom Goff2011-08-011-5/+0
| * | lib: zlog should clean up its memoryTom Goff2011-08-011-0/+3
| * | bgpd: Fix display of unsigned attributesWataru Tanitsu2011-08-011-9/+9
| * | ospfd: Lower level of some common messages from info to debugPaul Jakma2011-08-012-11/+11
| * | lib: prefix.c nano-optimisationPaul Jakma2011-08-011-4/+5
| * | bgpd: Fix compile failure if IPv6 build was disabled.Paul Jakma2011-07-181-1/+5
| * | bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-07-174-9/+6
| * | configure: fix OpenPAM detectionDenis Ovsienko2011-07-151-1/+8
| * | configure: fix FreeBSD header detection (BZ#408)Denis Ovsienko2011-07-141-9/+30
| * | bgpd: more SAFI fixesDenis Ovsienko2011-07-147-60/+34
| * | bgpd: fix SAFI for for MPLS labeled VPN-IPv6Denis Ovsienko2011-07-132-2/+2
| * | bgpd: consistent log msg format (BZ#565)heasley2011-07-121-5/+5
| * | ospf6d: check MTU with message header size in mindDmitrij Tejblum2011-07-121-9/+17
| * | ospf6d: copy "mtu-ignore" option from ospfdDmitrij Tejblum2011-07-123-1/+62
| * | version RE-0.99.17.1RE-0.99.17.1Denis Ovsienko2011-07-121-1/+1
| * | bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-07-057-600/+195
| * | bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser errorPaul Jakma2011-07-041-12/+20
| * | doc: fix "ipv6 address" interface command syntax (#608)Denis Ovsienko2011-07-041-2/+2
| * | ripd: resolve debug statements issue (bug 442)Andrew J. Schorr2011-07-042-16/+9
| * | bgpd: VTY string fixes for debug commandsDavid Ward2011-07-041-4/+3
| * | bgpd: fix handling of "Unsupported Capability"Dmitrij Tejblum2011-07-041-6/+0
| * | ospf6d: fix crash in SPF calculationDmitrij Tejblum2011-07-041-17/+5
| * | bgpd: fix community-list error message spellingDenis Ovsienko2011-07-041-3/+3
* | | bgpd: Fix incorrect attribute type code in call to bgp_attr_malformedPaul Jakma2012-01-081-2/+2
* | | bgpd: Improve flag error messages in bgp_attr_aspathPaul Jakma2012-01-081-4/+13
* | | lib: use prefix bit length macrosDenis Ovsienko2012-01-081-7/+7
* | | ospfd: use IS_LSA_SELF() where appropriateDenis Ovsienko2012-01-081-6/+7
* | | bgpd: rewrite attr flag error loggingDenis Ovsienko2012-01-081-54/+54
* | | doc: "[no] router zebra" does not belong to ospfdDenis Ovsienko2012-01-081-4/+0
* | | ospfd: justify ospf_default_originate_timer()Denis Ovsienko2012-01-082-2/+1
* | | ospfd: address more trivial compiler warningsDenis Ovsienko2012-01-081-1/+0
* | | ospf6d: ospf6_lsa_cmd_init() does not existDenis Ovsienko2012-01-081-1/+0
* | | bgpd: improve "show ip bgp scan detail"Denis Ovsienko2012-01-081-2/+22
* | | bgpd: dismiss some zlookup checksDenis Ovsienko2012-01-081-32/+6
* | | bgpd: add "show ip bgp scan detail" commandDenis Ovsienko2012-01-081-15/+44
* | | bgpd: touch nexthop handling codeDenis Ovsienko2012-01-083-19/+15
* | | lib/if: trivial, fix rarely used if debug function to print everythingPaul Jakma2012-01-061-6/+10
* | | general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-069-28/+31
* | | doc: update BGP RFC referencesDenis Ovsienko2012-01-021-16/+14
* | | zebra: fix IPv6 RA wrt interface removal (BZ#480)Denis Ovsienko2012-01-021-1/+1
* | | zebra: fix ifindex test condition (BZ#487)Matthias Ferdinand2012-01-021-2/+6
* | | ospf6d: fix compiler warning messagesVyacheslav Trushkin2012-01-021-4/+5
* | | lib: fix some strtoul() use casesUlrich Weber2012-01-024-10/+26