summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-05ospf6d: add internal support for multiple vrfsharios_niral3-2/+105
2021-05-05isisd: fix clang-11 warnings in snmp codePat Ruddy1-5/+1
2021-05-05ospfd: fix redistribution config when vrf doesn't existIgor Ryzhov3-41/+52
2021-05-05ospfd: deregister vrf from zebra when vrf is disabledIgor Ryzhov1-12/+15
2021-05-05tools: Add some more data to ignore for valgrindDonald Sharp1-0/+14
2021-05-05zebra: Reduce per vrf memory usage from hash table creationDonald Sharp2-7/+22
2021-05-05zebra: Reduce size of vni hash tables to a more reasonable start sizeDonald Sharp2-2/+2
2021-05-05zebra: Add some ability to know what hash is for what vniDonald Sharp1-2/+5
2021-05-05zebra: Allow the zvrf to know it's vrf when allocingDonald Sharp2-5/+6
2021-05-05tests: Check if `bgp community alias NAME ALIAS` commands worksDonatas Abraitis6-0/+135
2021-05-05doc: Add `bgp community alias NAME ALIAS` commandDonatas Abraitis1-0/+17
2021-05-05bgpd: Create BGP alias names for community/large-communityDonatas Abraitis14-9/+304
2021-05-05pimd: adjust rp_keep_alive_time when register_suppress_time is changedDon Slice3-2/+25
2021-05-05pimd: stop displaying global parameters in each vrfDon Slice2-22/+20
2021-05-05bgpd: Another call path with uninited dataDonald Sharp1-0/+3
2021-05-05pceplib: Clean scan-build static analyzer messages.Javier Garcia13-0/+188
2021-05-05tests: fix isis-topo1 topologiesIgor Ryzhov6-267/+313
2021-05-04bgpd: changing graceful-restart parameters should not be considered as errorChristian Poessinger1-3/+0
2021-05-04bgpd: Consolidate dampening show run output with the rest of that codeDonald Sharp1-9/+3
2021-05-04bgpd: No need to check if we are a dynamic peer or notDonald Sharp1-4/+0
2021-05-04bgpd: Do not output peer doppleganger dampened outputDonald Sharp1-2/+3
2021-05-04doc: Fix the rip and ripng `distribute-list ...` commandsDonald Sharp2-16/+31
2021-05-04lib: Remove dead codeDonald Sharp2-18/+0
2021-05-04babeld: Allow babeld to actually register to use distribute-listDonald Sharp1-3/+91
2021-05-04eigrpd: fix `distribute-list...` command for EIGRPDonald Sharp2-2/+45
2021-05-04lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp7-115/+102
2021-05-04lib: Abstract parsing of distribute listsDonald Sharp1-73/+67
2021-05-04tests: add unit test for nexthop comparisonsMark Stapp3-0/+215
2021-05-04lib: add basic nexthop comparison apiMark Stapp2-0/+104
2021-05-04ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne7-11/+71
2021-05-04lib: Fix label-stack comparison for nexthopsMark Stapp1-1/+2
2021-05-04bgpd: BGP large community-list configuration with regex is failing.prerana1-3/+0
2021-05-04ospfd: Use %pI4 in some placesDonald Sharp1-10/+5
2021-05-04ospfd: Fix some deep indentation issues in ospf_asbr.cDonald Sharp1-40/+41
2021-05-04ospfd: Fix indentation in ospf_is_type_redistributedDonald Sharp1-4/+4
2021-05-04ospfd: Do not use `case default` for switches that have enumDonald Sharp2-2/+4
2021-05-04ospfd: Cleanup some awful deep indentation in ospf_zebra.cDonald Sharp1-223/+203
2021-05-04bgpd: Support tcp-mss for bgp neighborsAbhinay Ramesh13-2/+513
2021-05-04bgpd: Prevent test against uninited dataDonald Sharp1-0/+1
2021-05-04zebra: Allow redistribution for routes selectedDonald Sharp1-11/+1
2021-05-04sharpd: add v4 redistribute watchingDonald Sharp4-0/+41
2021-05-03tests: add scapy to topotests DockerDavid Lamparter1-0/+1
2021-05-03lib: kill unused list_filter_out_nodes()David Lamparter2-30/+0
2021-05-03pimd: cleanup & convert bsm_rpinfo to TS listDavid Lamparter4-133/+110
2021-05-03pimd: cleanup & convert bsm_info to TS listDavid Lamparter3-40/+53
2021-05-03pimd: remove unused sz_timerDavid Lamparter1-1/+0
2021-05-03lib: add *_swap_all to typesafe containersDavid Lamparter4-7/+201
2021-05-03eigrpd: Test for EIGRP AS number and ensure it's the sameDon Slice1-3/+8
2021-05-03build: fix assert() use in .pb-c.c filesDavid Lamparter1-0/+1
2021-05-03doc: improve PIM documentationRafael Zalamena1-24/+26