summaryrefslogtreecommitdiffstats
path: root/sharpd (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-28pimd: fix missing list remove when deleting mesh groupIgor Ryzhov1-0/+1
2021-07-28bgpd: Mark the node as the correct type for bgp ipv6 unicastDonald Sharp1-1/+1
2021-07-28tests: add pytest.mark.isisd to those tests missing itDonald Sharp4-1/+8
2021-07-28tests: add pytest.mark.nhrpd for those missing itDonald Sharp1-1/+3
2021-07-28tests: Add pytest.mark.sharpd for those missing itDonald Sharp6-0/+14
2021-07-28tests: add pytest.mark.staticd for those tests missing itDonald Sharp2-0/+6
2021-07-28tests: Add pytest.mark.pimd for those missing itDonald Sharp8-4/+18
2021-07-28tests: Add pytest.mark.bgpd for tests missing this markDonald Sharp52-1/+123
2021-07-28tests: Add pytest.mark.ospfd on tests missing this markDonald Sharp21-0/+58
2021-07-28tests: Add pytestmark to get all snmp tests markedDonald Sharp1-0/+1
2021-07-27ospfd: remove gratuitous non-ascii quotation marksChristian Hopps1-3/+3
2021-07-27ospfd: don't exit when socket is not createdIgor Ryzhov1-1/+1
2021-07-27pimd: Validate the fields before accessing itMobashshera Rasool2-22/+23
2021-07-27pimd: fix incorrect bool returnsIgor Ryzhov1-2/+2
2021-07-26tests: Reduce pim join/prune interval to 5 secondsDonald Sharp22-0/+22
2021-07-26doc: Modify documentation for timer changeDonald Sharp1-2/+4
2021-07-26pimd: Allow join prune intervals to be as small as 5 secondsDonald Sharp2-3/+3
2021-07-25vtysh: don't install "enable" command in user modeIgor Ryzhov1-20/+2
2021-07-23bgpd: Use strcmp comparing BGP alias with an actual entered aliasDonatas Abraitis2-6/+4
2021-07-22bgpd: Fix rpki spacing to be 1 for indentationDonald Sharp1-4/+4
2021-07-22zebra: Remove MM seq from evpn rmac json outputTrey Aspelund1-2/+0
2021-07-22vtysh: Handle `en` better when in -u for vtyshDonald Sharp1-3/+14
2021-07-21zebra: On client shutdown cleanup any vrf labels associated with itDonald Sharp5-0/+45
2021-07-21build: use `--coverage` for gcovDavid Lamparter1-2/+2
2021-07-21build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter16-29/+53
2021-07-21lib, zebra: fix exit from link-params nodeIgor Ryzhov1-0/+3
2021-07-21vtysh: fix exit from zebra-only nodesIgor Ryzhov1-3/+30
2021-07-21tests: fix invalid multiline formatIgor Ryzhov1-4/+4
2021-07-21doc: Add `match alias` command for BGP route-mapsDonatas Abraitis1-0/+6
2021-07-21tests: Check if `match alias` works for route-mapsDonatas Abraitis4-13/+48
2021-07-21bgpd: Add route-map `match alias` commandDonatas Abraitis7-1/+192
2021-07-20zebra: Mark some bsd interface prefixes as SECONDARYDonald Sharp1-3/+9
2021-07-20pathd: don't use localtimeMark Stapp1-3/+3
2021-07-20ospf6d: always generate default route for stubsRafael Zalamena1-13/+0
2021-07-20ospfd: ospfd crash while giving 'clear ip ospf neighbor'rgirada1-0/+5
2021-07-20zebra: trigger remove all access vlans for access portgord_chen1-14/+18
2021-07-20tests: Adding ospfv3 basic functionality test casesnguggarigoud8-340/+2578
2021-07-20ospf6d: use OSPF6_INTERFACE_LOOPBACK stateDavid Lamparter1-1/+3
2021-07-20ospf6d: don't create Adv-ID:0.0.0.0 LSAs at startDavid Lamparter1-0/+10
2021-07-20ospf6d: actually print prefix optionsDavid Lamparter1-2/+6
2021-07-20ospf6d: move prefix_options from _path to _routeDavid Lamparter6-14/+15
2021-07-20zebra: Do not allow redistribution for non-vrf tablesDonald Sharp1-0/+6
2021-07-19pimd: Add TOS check for IGMP conformanceMobashshera Rasool1-0/+11
2021-07-19pimd: Add TTL check for IGMP conformanceMobashshera Rasool1-0/+10
2021-07-19pimd: Abstracting header verification for igmpMobashshera Rasool2-17/+31
2021-07-19zebra: replace ipaddr2str in dplane moduleMark Stapp1-7/+3
2021-07-19tests: skip tests after errors in bgp-evpn-vxlanMark Stapp1-0/+8
2021-07-19zebra: process EVPN remote VTEP updates from the workqueueMark Stapp5-111/+227
2021-07-19zebra: use workqueue for vxlan remote macip updatesMark Stapp5-19/+102
2021-07-19zebra: use more constMark Stapp13-103/+119