summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-25bgpd: Handle connected routes and IPv6 link-local nexthops for route leakingvivek5-80/+175
2018-04-25bgpd: Fix route-leak/L3VPN delete of redistributed routesvivek1-7/+2
2018-04-25bgpd: Enhance loop checking for VRF to VPN route exportvivek1-2/+2
2018-04-25bgpd: Fix peer determination from parent for imported routesvivek1-10/+3
2018-04-25bgpd: Implement show command for VRF route leakingvivek1-0/+114
2018-04-25bgpd: Fixes for VRF route leakingvivek5-67/+177
2018-04-25bgpd: Auto RD definitions and encodingvivek5-10/+26
2018-04-25bgpd: Fix params/checks for route leaking and L3VPNvivek1-4/+3
2018-04-25bgpd: resolve flag definition confict for af_flags under bgp vrfMitesh Kanjariya1-10/+11
2018-04-25bgpd: Handle when the import vrf has not been created.Donald Sharp1-3/+11
2018-04-25bgpd: Implement vrf - vrf route leaking cliDonald Sharp5-34/+216
2018-04-24vty: use 'do' for show memory and show modulesMark Stapp1-2/+2
2018-04-24pimd: adding querying of state to mtraceMladen Sablic5-68/+234
2018-04-24lib: Fix SA warningDonald Sharp1-0/+7
2018-04-24pbrd: Fix a couple SA issuesDonald Sharp2-8/+10
2018-04-24isisd: resolve possible null pointer dereferenceIlya Shipitsin1-3/+2
2018-04-24bgpd: Add some additional attribute information to dumpDonald Sharp1-0/+3
2018-04-23ospfd: use prefix2str in debugs in zebra moduleMark Stapp1-23/+29
2018-04-23frrzmq: properly init args to zmq_getsockopt()Mark Stapp1-0/+1
2018-04-23zebra: Add some information to redistribute debugsDonald Sharp1-7/+18
2018-04-23zebra: style last 3 changesQuentin Young6-55/+78
2018-04-23zebra: cleanup for zapi_msg.c splitQuentin Young10-18/+20
2018-04-23zebra: use hooks for client lifecycle callbacksQuentin Young16-103/+101
2018-04-23zebra: clean up zapi organizationQuentin Young24-3084/+3205
2018-04-23lib: table.h needs to include prefix.hQuentin Young1-0/+1
2018-04-22lib: add ability to dump cli mode graphQuentin Young6-114/+171
2018-04-22lib: add DFS + DOT dumping to graph datastructureQuentin Young8-1/+277
2018-04-22lib: fix data race in thread history collectionQuentin Young2-40/+85
2018-04-22lib: table.h needs to include prefix.hQuentin Young1-0/+1
2018-04-22bgpd: bugfix: vpn-vrf leak: set origin bgp to origin vrf for vrf-vpn-vrfG. Paul Ziemba1-1/+7
2018-04-22bgpd: The deletion of a bgp route does not need to send some dataDonald Sharp1-29/+0
2018-04-21ospf6d: fix ospf6 asbr crashChirag Shah1-18/+28
2018-04-20doc: spelling fixesQuentin Young17-123/+356
2018-04-20lib: fix dynamic stack buffer overflowQuentin Young1-1/+1
2018-04-19zebra: resolve issue when changing import-table route-map configDon Slice1-2/+6
2018-04-19lib: add DFS + DOT dumping to graph datastructureQuentin Young8-1/+277
2018-04-18alpine build docs: Document docker images and alpine packagesArthur Jones1-0/+22
2018-04-18pbrd: fix multiple unsafe string copiesQuentin Young2-7/+7
2018-04-18pbrd: remove potential null dereferenceQuentin Young1-0/+7
2018-04-18pbrd: remove pbr-policy resource leakQuentin Young1-4/+5
2018-04-18pbrd: remove unsafe string copyQuentin Young1-16/+9
2018-04-18bgpd: avoid indexing with negative integerQuentin Young1-1/+1
2018-04-18pimd: avoid writing to negative fdQuentin Young1-1/+1
2018-04-18lib: avoid writing to negative fdQuentin Young1-0/+3
2018-04-18zebra: Add pass up through zapi what zebra is capable of handlingDonald Sharp3-0/+42
2018-04-18lib, zebra: Move label conversion strings to libDonald Sharp5-89/+112
2018-04-18lib, zebra: Move help string to appropriate headerDonald Sharp2-4/+4
2018-04-18bgpd: vpn-vrf routemaps: no leak if named route-map not definedG. Paul Ziemba2-17/+34
2018-04-18lib: Handle if up/down and vrf enable/disable eventsDonald Sharp4-50/+219
2018-04-18pbrd: Use proper decode function for interfaceDonald Sharp1-12/+1