- d5d5e3e bgpd: tests - add null pointer protection to fix bgp test failures by Lou Berger · 9 years ago
- 82dd707 bgpd: improve cleanup in bgp_delete() by Lou Berger · 9 years ago
- 13c378d bgpd, lib, vtysh: hook up bgp VPNv6 CLI node by Lou Berger · 9 years ago
- 9da04bc bgpd: wire up VPNv6 protocol processing by Lou Berger · 9 years ago
- a03bd16 bgpd: handle AS4 and EOI route distinguishers by Lou Berger · 9 years ago
- a76d9ca bgpd: make _vpnv4 static handling SAFI-agnostic by Lou Berger · 9 years ago
- 4d80560 bgpd: kill unused variable in bgp_socket() by Lou Berger · 9 years ago
- 3e841d3 bgpd: add nexthop length to AF macro by Lou Berger · 9 years ago
- 0490729 lib, bgpd, tests: Refactor FILTER_X in zebra.h by Donald Sharp · 9 years ago
- 7748fdc bgpd: Fix graceful restart capability minsize by Lou Berger · 9 years ago
- f3cfc46 lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h by Donald Sharp · 9 years ago
- 6d4742b bgpd: make bgp_info_cmp and multiple-path decision logic more regular by Paul Jakma · 9 years ago
- 91b9e85 bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing by Paul Jakma · 9 years ago
- 4078f2e bgpd: Check capability falls on right multiple of size, where possible. by Paul Jakma · 9 years ago
- 68ec424 bgpd: OPEN parse errors should send OPEN_ERR and UNSPECIFIC subcode. by Paul Jakma · 9 years ago
- a3bc7e9 bgpd: Fix VU#270232, VPNv4 NLRI parser memcpys to stack on unchecked length by Donald Sharp · 9 years ago
- 64e0ac2 bgpd: Implicit updates in BGP may require a withdrawal from zebra RIB by Paul Jakma · 9 years ago
- dbe99e0 bgpd: Update dump to allow Extended Time Format by Alexis Fasquel · 9 years ago
- 0d7435f bgpd: Add support for timer commands with peer-group syntax by Daniel Walton · 9 years ago
- 5a2a1ec bgpd: update rtt on soft clear by Timo Teräs · 9 years ago
- 0edba8b bgpd: check rtt later after the real peer is known by Timo Teräs · 9 years ago
- bf99b42 bgpd: Fix bgp_btoa to compile by Donald Sharp · 9 years ago
- 363c903 bgpd: crash from not NULLing freed pointers by Daniel Walton · 9 years ago
- f89b09b bgpd: Lower BGP's default keepalive/holdtime to 3s/9s by Daniel Walton · 9 years ago
- 8e64453 bgpd: Remove BGP_ERROR_START_TIMER, it was no longer used by Daniel Walton · 9 years ago
- c37b9bc bgpd: Enable "bgp log-neighbor-changes" by default by Daniel Walton · 9 years ago
- 57fcfda bgpd: Do not allow a timers connect of 0, this can hammer the CPU by Daniel Walton · 9 years ago
- 3ff77fe bgpd: Remove BGP's asorig timer, it is no longer used by Daniel Walton · 9 years ago
- f822ad4 bgpd: Lower the default 'timers connect' in BGP to 10 seconds by Daniel Walton · 9 years ago
- 283596f Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted by Paul Jakma · 9 years ago
- 056f376 bgpd, lib: memory cleanups for valgrind, plus debug changes by Lou Berger · 12 years ago
- 774914f bgpd: fix using of two pointers for struct thread_master * by Donald Sharp · 9 years ago
- 26a18eb quagga: Additional centos 6 -enable-werror fixes by Donald Sharp · 9 years ago
- 7125293 lib: zclient.c remove extern struct thread_master * by Donald Sharp · 9 years ago
- 5181a02 *: fix in_addr initialisers by David Lamparter · 9 years ago
- d3ac733 bgpd: 'set comm-list delete' stops as soon as it hits a community-list entry with a deny by Daniel Walton · 9 years ago
- 1994dc8 bgpd: If route-map does not exist DENY for redistribute statements by Daniel Walton · 9 years ago
- a9d4cb3 lib/zclient: Consolidate error reporting for zclient_read_header by Donald Sharp · 9 years ago
- b3eeabe bgpd: Fix 'struct peer' memory leaks by Donald Sharp · 9 years ago
- 104576d bgpd: Add some peer_lock/unlock debug code by Donald Sharp · 9 years ago
- 58a83f2 bgpd: Warn user that bgp is setting maximum-paths larger than MULTIPATH_NUM by Donald Sharp · 9 years ago
- 7996996 bgpd: Fix small memory leak in str2prefix_rd by Donald Sharp · 9 years ago
- a752c3b bgpd: Remove unnecessary stream_dup calls by Donald Sharp · 9 years ago
- e2a9258 bgpd: Fix memory leak in bgpd/bgp_route.c by Denil Vira · 9 years ago
- 57cd5e7 bgpd: Variable reuse in bgpd/bgpd.c by Denil Vira · 9 years ago
- 7053d81 bgpd: Fix useless call in bgpd/bgp_mplsvpn.c by Denil Vira · 9 years ago
- 3921cc5 bgpd: Addition of "show ip bgp dampening" command tree by Balaji · 10 years ago
- 2820a01 bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info by Timo Teräs · 9 years ago
- 782fb07 bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper. by Paul Jakma · 9 years ago
- 7ef4221 bgpd: Fix race in clearing completion by Donald Sharp · 10 years ago
- 234e5c8 bgpd: Only use routes from Established peers for best path selection by Dinesh G Dutt · 10 years ago
- bd4b7f1 bgpd: Ignore stale entry candidates during bestpath selection. by vivek · 10 years ago
- 794c473 bgpd/pimd: fix zAPI parsing by Nicolas Dichtel · 9 years ago
- 52c0bc7 build: Remove the old PIC/PIE patch, let libtool sort it out by Paul Jakma · 9 years ago
- f31bab4 Quagga: Fix code to use srandom/random by Donald Sharp · 9 years ago
- 84c3840 bgpd: peer_uptime overflows after 1 year by Paul Jakma · 10 years ago
- c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
- 126215c *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() by Feng Lu · 10 years ago
- 395828e ospf6d, bgpd: avoid calling if_nametoindex by Feng Lu · 10 years ago
- c1c69e4 lib: allow caller to provide prefix storage in sockunion2hostprefix by Timo Teräs · 10 years ago
- ef75770 bgpd: allow using rtt in route-map's set metric by Timo Teräs · 10 years ago
- 38f22ab bgpd: refactor route-map objects modifying integer values by Timo Teräs · 10 years ago
- c9c06d0 lib: straighten out ORF prefix list support by David Lamparter · 10 years ago
- 4584c23 bgpd: speed up "no-hit" withdraws for routeservers by David Lamparter · 10 years ago
- dc684eb Merge branch 'volatile/fix_warnings' by David Lamparter · 10 years ago
- 6ed810d *: fix more initialisers (for BSD) by David Lamparter · 10 years ago
- c0bedeb build: add --enable-werror by David Lamparter · 10 years ago
- 53780e3 bgpd: drop unused static variable by David Lamparter · 10 years ago
- d689d1a bgpd: fix SNMP write support by David Lamparter · 10 years ago
- 8c9cd85 bgpd: random() returns long by David Lamparter · 10 years ago
- 94bad67 bgpd: don't use #ifdef inside macro args by David Lamparter · 10 years ago
- d43f8b3 bgpd, zebra: fix struct/pointer sizeof mixups by David Lamparter · 10 years ago
- b1672ce bgpd: fix ecommunity_token initialiser by David Lamparter · 10 years ago
- ab90fc0 *: add/cleanup initialisers by David Lamparter · 10 years ago
- 21401f3 *: fix signedness mix-ups by David Lamparter · 10 years ago
- b7d5021 *: remove stray extra semicolons by David Lamparter · 10 years ago
- eed3c48 *: use void * for printing pointers by David Lamparter · 10 years ago
- ef008d2 *: use long long to print time_t by David Lamparter · 10 years ago
- 06bd420 bgpd: Display of configured dampening parameters by Balaji · 10 years ago
- aa7dbb1 bgpd: Configured suppress value cannot be less than the reuse value in bgp dampening by Balaji · 10 years ago
- 237aac5 build: get rid of INCLUDES, use AM_CPPFLAGS by David Lamparter · 10 years ago
- 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
- cb4fc59 bgpd: fix negative values in output by Milan Kocian · 10 years ago
- daefeb8 bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb) by David Lamparter · 10 years ago
- cffe780 bgpd: stop startup timer on stopping BGP (fixes dd49eb1) by David Lamparter · 10 years ago
- 85c854a bgpd: implement route-map set as-path prepend last-as by Timo Teräs · 10 years ago
- 1a211cb bgpd: one more fix for tightening of check for missing well-known attributes by Paul Jakma · 10 years ago
- ec98d90 bgpd: trivial, remove unneeded extra variable in bgp_capability_restart by Paul Jakma · 10 years ago
- dd49eb1 Fix BGP's use of restart bit. by Vipin Kumar · 10 years ago
- 4430103 bgpd: remove unused variables by Paul Jakma · 10 years ago
- ad5233a Add set ipv6 next-hop peer-address command. by Dinesh G Dutt · 10 years ago
- aed1b55 bgpd: Fixes for recent well-known-attr check patch. by Paul Jakma · 10 years ago
- 055086f bgpd: well-known attr check only run for v4/uni, which could cause a crash. by Paul Jakma · 10 years ago
- b2dd59e bgpd.c: Remove unused store to variable by Paul Jakma · 10 years ago
- 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
- 1520e47 *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
- 4c005e3 bgpd: memmove needed in community_del_val by John Glotzer · 10 years ago
- 052573e *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
- f57000c bgpd: don't send NOTIFY twice for malformed attrs by David Lamparter · 10 years ago
- bb02b82 bgpd: fix IP endianness in debug message by David Lamparter · 10 years ago