summaryrefslogtreecommitdiffstats
path: root/zebra (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-01*: s/TRUE/true/, s/FALSE/false/Quentin Young7-26/+23
2019-06-25lib: add a check for {[...]} in DEFUNsDavid Lamparter1-0/+36
2019-06-25bgpd: Fixup `no redistribute ...` commands to allow any orderDonald Sharp33-502/+188
2019-06-24pimd: Added cli to generate igmp query.rgirada4-0/+74
2019-06-24Revert "Ospf missing interface handling 2"Donald Sharp59-490/+322
2019-06-22pimd: remove pim and igmp OIFs when ifchannel_delete happensAnuradha Karuppiah1-7/+9
2019-06-22pimd: ensure that the oif is removed from all the mroutes pre-vifi deletionAnuradha Karuppiah1-0/+2
2019-06-22rmap: Minor changes in comments regarding match ip[v6] next-hop typeDonatas Abraitis1-5/+5
2019-06-22rmap: Modify cli helper text for `match_ipv6_next_hop_type_cmd`Donatas Abraitis1-1/+1
2019-06-21bgpd: print ecom in evpn route outputChirag Shah2-0/+21
2019-06-21rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole`Donatas Abraitis3-0/+152
2019-06-21zebra: show evpn mac vni xx json output is brokenNitin Soni1-10/+10
2019-06-21lib: fix MTYPE alias on clangDavid Lamparter1-2/+3
2019-06-21bfdd: avoid double socket initialisation on same netnsPhilippe Guibert1-35/+35
2019-06-21ripngd: use MTYPE_STATICDavid Lamparter9-75/+16
2019-06-21ripd: use MTYPE_STATICDavid Lamparter10-76/+19
2019-06-21vrrpd: use MTYPE_STATICDavid Lamparter9-67/+19
2019-06-21lib: use MTYPE_STATICDavid Lamparter14-31/+13
2019-06-21babeld: use MTYPE_STATICDavid Lamparter6-66/+8
2019-06-21zebra: use MTYPE_STATICDavid Lamparter7-17/+10
2019-06-21bfdd: use MTYPE_STATICDavid Lamparter4-19/+14
2019-06-21lib: improve MTYPE definitionsDavid Lamparter2-5/+28
2019-06-21pimd: Fixing encoded group & source address packing in right byte ordersaravanank6-84/+47
2019-06-20lib: Order `show run` route-map order to be alphabeticalDonald Sharp1-0/+9
2019-06-20lib: Add `clear route-map counters [WORD]` commandDonald Sharp3-2/+64
2019-06-20vrrpd: Allow vrrp to gracefully ignore access list commandsDonald Sharp81-514/+539
2019-06-20docker: cleanup Debian docker buildQuentin Young3-70/+7
2019-06-20doc: Add firewalld notice in fedoraStephen Worley1-0/+12
2019-06-20bgpd: `neighbor X:X::X default-originate` complains about (null)Donald Sharp81-507/+223
2019-06-20zebra: failed neighbor event logging was a bit too aggresiveDonald Sharp1-9/+11
2019-06-20zebra: Put route in debug dump of rib dataDonald Sharp82-514/+230
2019-06-20pimd: Remove output of `debug igmp trace detail` from show commandsDonald Sharp82-509/+220
2019-06-20doc: Cleanup `clear ip prefix-list...` documentation.Donald Sharp1-9/+3
2019-06-20lib: Keep proper count of prefix-list hit-count when usedVisakha Erina62-356/+128
2019-06-20pimd: Ensure channel_oil_add is created through all pathsDonald Sharp2-0/+16
2019-06-20pimd: ALLOC functions cannot fail.Donald Sharp8-107/+6
2019-06-20lib: Do not blindly set the _read and _write pointers to NULLDonald Sharp1-36/+12
2019-06-19zebra: Clean up BGP EVPN configuration when the client, BGPD, goes downKishore Aramalla3-33/+199
2019-06-19topotest: configure l3mdev_accept for a range of kernelsMark Stapp1-1/+3
2019-06-19zebra: resolve issue with rnh not evaluating nexhops correctlyDon Slice1-1/+1
2019-06-19bgpd : Support for exact-match in match clause for lcommunityvishaldhingra3-14/+91
2019-06-19bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2-10/+41
2019-06-19bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2-0/+28
2019-06-18zebra: Display a bit better debugging for rnh trackingDonald Sharp3-16/+31
2019-06-18tests: Remove `bgp multiple-instance` command from topotestsDonald Sharp2-4/+0
2019-06-18doc: Update documentation about multiple-instanceDonald Sharp4-29/+2
2019-06-18bgpd: BGP_ERR_MULTIPLE_INSTANCE_NOT_SET is an impossible conditionDonald Sharp6-19/+2
2019-06-18bgpd: Remove unused count variable in mac_rescan_table functionDonald Sharp1-2/+0
2019-06-18bgpd: Fix crash when rd has no dataDonald Sharp1-2/+4
2019-06-18bgpd: Mac rescan on interface up/down efficency improvementsDonald Sharp1-11/+33