summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5452 from mjstapp/fix_notify_nhgDonald Sharp2019-12-134-34/+124
|\
| * zebra: handle route notification with no nexthopsMark Stapp2019-12-121-0/+10
| * zebra: accept async notification for un-installMark Stapp2019-12-111-9/+31
| * lib,zebra: add api to enforce nexthop sort order when copyingMark Stapp2019-12-093-19/+76
| * zebra: align dplane notify processing with nhg workMark Stapp2019-12-091-6/+7
* | Merge pull request #5532 from donaldsharp/leaksJafar Al-Gharaibeh2019-12-133-2/+14
|\ \
| * | isisd: Free memory when confusedDonald Sharp2019-12-131-0/+2
| * | ripd, ripngd: Free up list after call into nb_cli_rpcDonald Sharp2019-12-132-2/+12
|/ /
* | Merge pull request #5531 from qlyoung/fix-ospf-ip-hl-trustJafar Al-Gharaibeh2019-12-121-7/+18
|\ \
| * | ospfd: tiny style fixQuentin Young2019-12-121-2/+1
| * | ospfd: sizeof(pointer) -> sizeof(pointed-at)Quentin Young2019-12-121-1/+1
| * | ospfd: fix misplaced trust in ip header lengthQuentin Young2019-12-121-5/+17
|/ /
* | Merge pull request #5528 from opensourcerouting/bmp-dns-fixingDonald Sharp2019-12-115-36/+127
|\ \
| * | bgpd/bmp: print active outbound connectionsDavid Lamparter2019-12-111-2/+49
| * | lib,nhrpd,bgpd/bmp: pass resolver failure detailsDavid Lamparter2019-12-115-17/+28
| * | bgpd/bmp: actually print uptimeDavid Lamparter2019-12-111-2/+6
| * | lib/resolver: support/bypass IP literalsDavid Lamparter2019-12-113-19/+48
* | | bgpd: Allow failed hostname lookup to continue in bmp (#5399)David Lamparter2019-12-111-11/+19
|\| |
| * | bgpd: Allow failed hostname lookup to continue in bmpDonald Sharp2019-12-041-11/+19
* | | Merge pull request #5494 from opensourcerouting/mlag-moduleDonald Sharp2019-12-118-77/+60
|\ \ \
| * | | zebra: fix sign-compare warning in cumulus mlagDavid Lamparter2019-12-111-2/+2
| * | | zebra: create zebra_cumulus_mlag moduleDavid Lamparter2019-12-118-75/+58
* | | | Merge pull request #5497 from donaldsharp/unequality_ecmpMark Stapp2019-12-1111-23/+84
|\ \ \ \
| * | | | lib: Add weight to nexthop for nexthop-group nexthopsDonald Sharp2019-12-091-20/+35
| * | | | lib, zebra: Allow for encode/decode of nexthop weight in pass downDonald Sharp2019-12-097-0/+37
| * | | | lib, zebra: Allow for installation of a weighted nexthopDonald Sharp2019-12-094-3/+12
| | |_|/ | |/| |
* | | | Merge pull request #5527 from opensourcerouting/skiplist-uninit-warningMark Stapp2019-12-111-1/+1
|\ \ \ \
| * | | | lib/skiplist: fix gcc-9 used-uninitialized warningDavid Lamparter2019-12-111-1/+1
|/ / / /
* | | | Merge pull request #5517 from mjstapp/fix_evpn_stateDonald Sharp2019-12-101-1/+1
|\ \ \ \
| * | | | zebra: use correct state when installing evpn macsMark Stapp2019-12-051-1/+1
* | | | | Merge pull request #5521 from mjstapp/fix_pim_upstream_saDonald Sharp2019-12-101-1/+0
|\ \ \ \ \
| * | | | | pimd: clear SA warning in pimdMark Stapp2019-12-101-1/+0
| | |/ / / | |/| | |
* | | | | Fix bgp transit double free (#5436)David Lamparter2019-12-102-66/+78
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bgpd: more attribute parsing cleanup & paranoiaQuentin Young2019-12-061-13/+24
| * | | | bgpd: clean up attribute parsing state before retQuentin Young2019-11-261-50/+53
| * | | | bgpd: ensure transit ptr is nulled on freeQuentin Young2019-11-262-10/+8
* | | | | Merge pull request #5511 from Jafaral/ipmrouteRuss White2019-12-101-2/+9
|\ \ \ \ \
| * | | | | doc: document ip mroute static route cmdJafar Al-Gharaibeh2019-12-091-2/+9
* | | | | | Merge pull request #5513 from m-varasteh/fix-running-entry-in-vrf-changeRenato Westphal2019-12-101-0/+2
|\ \ \ \ \ \
| * | | | | | lib: fixes invalid running_entry when VRF is changedMahdi Varasteh2019-12-101-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5429 from Spantik/bug_fixDonatas Abraitis2019-12-101-0/+8
|\ \ \ \ \ \
| * | | | | | bgpd: BGP assert when it tries to access peer which is closed.Santosh P K2019-12-091-0/+8
* | | | | | | Merge pull request #5509 from manuhalo/fix_isis_circ_delRenato Westphal2019-12-091-2/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | isisd: clean ipv4/6 circuit config on destroyEmanuele Di Pascale2019-12-091-2/+6
|/ / / / / /
* | | | | | Merge pull request #5498 from mjstapp/sharp_with_labelsDonald Sharp2019-12-072-0/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | lib,sharpd: support labelled nexthop-groups in sharpdMark Stapp2019-12-062-0/+14
* | | | | | Merge pull request #5499 from sworleys/Pbr-DetailJafar Al-Gharaibeh2019-12-072-57/+89
|\ \ \ \ \ \
| * | | | | | pbrd: use yes/no for pbr map validity vty outputStephen Worley2019-12-061-1/+2
| * | | | | | pbrd: use spaces in show pbr map vty outputStephen Worley2019-12-061-14/+16
| * | | | | | doc: add show pbr map docStephen Worley2019-12-061-0/+6