| Commit message (Expand) | Author | Age | Files | Lines |
* | all: add default log file if none are defined | Don Slice | 2016-07-11 | 1 | -1/+2 |
* | bgpd: BGP should accept "router-id IFNAME" | Sid Khot | 2016-07-02 | 1 | -8/+78 |
* | bgpd: "neigbor <interface> ttl-security hops" should reject a hops value grea... | Sid Khot | 2016-07-02 | 1 | -0/+20 |
* | bgpd: Fix another clang warning | Donald Sharp | 2016-06-21 | 1 | -1/+1 |
* | bgp_recalculate_all_bestpaths() should check if rn->info is NULL | Daniel Walton | 2016-06-17 | 1 | -1/+4 |
* | Revert "bgpd: bgp_scan shouldn't queue up route_nodes with no routes for proc... | Daniel Walton | 2016-06-17 | 1 | -24/+0 |
* | Quagga: bgpd needs extra neighbor and route json attributes for SNMP BGP4 MIB | Sam Tannous | 2016-06-14 | 2 | -6/+18 |
* | bgpd, lib, vtysh: hook up bgp ENCAP CLI node | Lou Berger | 2016-06-12 | 4 | -6/+264 |
* | bgpd: encap: add encap SAFI (RFC5512) | Lou Berger | 2016-06-12 | 13 | -100/+1712 |
* | bgpd: Fixes and updates for VPNv6 | vivek | 2016-06-11 | 7 | -79/+23 |
* | BGP:Fix for BFD sessions not getting replayed after quagga restart | radhika | 2016-06-10 | 1 | -2/+2 |
* | bgpd: remove vrf->iflist deleted to avoid a crash | Don Slice | 2016-06-10 | 1 | -1/+0 |
* | bgpd: encap: add attribute handling | Lou Berger | 2016-06-10 | 7 | -3/+1569 |
* | Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag... | vivek | 2016-06-10 | 4 | -33/+28 |
|\ |
|
| * | vtysh json output not JSON for show ip bgp neigh json | Sam Tannous | 2016-06-09 | 1 | -5/+6 |
| * | ospf6d, bgpd: avoid calling if_nametoindex | Feng Lu | 2016-06-09 | 2 | -4/+4 |
| * | lib: allow caller to provide prefix storage in sockunion2hostprefix | Timo Teräs | 2016-06-09 | 3 | -24/+18 |
* | | bgpd: general MP/SAFI improvements | Lou Berger | 2016-06-10 | 6 | -43/+64 |
|/ |
|
* | bgpd: tests - add null pointer protection to fix bgp test failures | Lou Berger | 2016-06-09 | 1 | -0/+2 |
* | bgpd: Do not process workqueue upon instance delete | vivek | 2016-06-09 | 1 | -12/+0 |
* | bgpd: improve cleanup in bgp_delete() | Lou Berger | 2016-06-09 | 9 | -24/+129 |
* | *: fix more initialisers (for BSD) | David Lamparter | 2016-06-08 | 1 | -2/+2 |
* | bgpd: speed up "no-hit" withdraws for routeservers | David Lamparter | 2016-06-08 | 3 | -4/+26 |
* | bgpd: Fix Missing capability codes in data structure | Donald Sharp | 2016-06-07 | 1 | -0/+4 |
* | bgpd, lib, vtysh: hook up bgp VPNv6 CLI node | vivek | 2016-06-07 | 2 | -2/+121 |
* | bgpd: wire up VPNv6 protocol processing | Lou Berger | 2016-06-07 | 8 | -16/+92 |
* | bgpd: handle AS4 and EOI route distinguishers | Lou Berger | 2016-06-07 | 2 | -23/+59 |
* | bgpd: make _vpnv4 static handling SAFI-agnostic | Lou Berger | 2016-06-07 | 3 | -55/+184 |
* | bgpd: Fix graceful restart capability minsize | Lou Berger | 2016-06-06 | 1 | -1/+1 |
* | lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h | Donald Sharp | 2016-06-06 | 2 | -21/+22 |
* | bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing | Paul Jakma | 2016-06-06 | 1 | -0/+24 |
* | bgpd: Update error subcode for OPEN message | vivek | 2016-06-06 | 1 | -1/+1 |
* | bgpd: Check capability falls on right multiple of size, where possible. | Paul Jakma | 2016-06-06 | 1 | -0/+30 |
* | bgpd: update rtt on soft clear | Timo Teräs | 2016-06-06 | 1 | -0/+3 |
* | bgpd: check rtt later after the real peer is known | Timo Teräs | 2016-06-06 | 1 | -1/+1 |
* | bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info | Timo Teräs | 2016-06-06 | 1 | -0/+6 |
* | bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper. | Paul Jakma | 2016-06-06 | 1 | -1/+1 |
* | bgpd: allow using rtt in route-map's set metric | Timo Teräs | 2016-06-06 | 4 | -12/+52 |
* | bgpd: refactor route-map objects modifying integer values | Timo Teräs | 2016-06-06 | 1 | -192/+111 |
* | lib, bgpd: Fixup some more compile errors due to warnings | Donald Sharp | 2016-06-05 | 1 | -1/+1 |
* | *: use void * for printing pointers | David Lamparter | 2016-05-30 | 2 | -2/+2 |
* | *: use long long to print time_t | David Lamparter | 2016-05-30 | 1 | -5/+5 |
* | bgpd: Fix useless call in bgpd/bgp_mplsvpn.c | Denil Vira | 2016-05-30 | 1 | -3/+0 |
* | Quagga: Fix code to use srandom/random | Donald Sharp | 2016-05-30 | 2 | -13/+2 |
* | bgpd: don't use #ifdef inside macro args | David Lamparter | 2016-06-03 | 1 | -47/+0 |
* | bgpd: fix negative values in output | Milan Kocian | 2016-06-03 | 2 | -4/+4 |
* | build: get rid of INCLUDES, use AM_CPPFLAGS | David Lamparter | 2016-06-03 | 1 | -1/+1 |
* | build: remove INRIA, NRL and MUSICA IPv6 quirks | David Lamparter | 2016-06-03 | 1 | -2/+2 |
* | bgpd: resolve merge issues in bgp_attr_check() | Daniel Walton | 2016-05-27 | 3 | -13/+12 |
* | bgpd: Fixes for recent well-known-attr check patch. | Paul Jakma | 2016-05-26 | 1 | -1/+18 |