summaryrefslogtreecommitdiffstats
path: root/vtysh (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-13ripd, ripngd: Free up list after call into nb_cli_rpcDonald Sharp2-2/+12
2019-12-12zebra: handle route notification with no nexthopsMark Stapp1-0/+10
2019-12-12ospfd: tiny style fixQuentin Young1-2/+1
2019-12-12ospfd: sizeof(pointer) -> sizeof(pointed-at)Quentin Young1-1/+1
2019-12-12ospfd: fix misplaced trust in ip header lengthQuentin Young1-5/+17
2019-12-11zebra: accept async notification for un-installMark Stapp1-9/+31
2019-12-11bgpd/bmp: print active outbound connectionsDavid Lamparter1-2/+49
2019-12-11lib,nhrpd,bgpd/bmp: pass resolver failure detailsDavid Lamparter5-17/+28
2019-12-11bgpd/bmp: actually print uptimeDavid Lamparter1-2/+6
2019-12-11lib/resolver: support/bypass IP literalsDavid Lamparter3-19/+48
2019-12-11lib/skiplist: fix gcc-9 used-uninitialized warningDavid Lamparter1-1/+1
2019-12-11zebra: fix sign-compare warning in cumulus mlagDavid Lamparter1-2/+2
2019-12-11zebra: create zebra_cumulus_mlag moduleDavid Lamparter8-75/+58
2019-12-10pimd: clear SA warning in pimdMark Stapp1-1/+0
2019-12-10lib: fixes invalid running_entry when VRF is changedMahdi Varasteh1-0/+2
2019-12-09doc: document ip mroute static route cmdJafar Al-Gharaibeh1-2/+9
2019-12-09lib,zebra: add api to enforce nexthop sort order when copyingMark Stapp3-19/+76
2019-12-09zebra: align dplane notify processing with nhg workMark Stapp1-6/+7
2019-12-09lib: Add weight to nexthop for nexthop-group nexthopsDonald Sharp1-20/+35
2019-12-09lib, zebra: Allow for encode/decode of nexthop weight in pass downDonald Sharp7-0/+37
2019-12-09lib, zebra: Allow for installation of a weighted nexthopDonald Sharp4-3/+12
2019-12-09isisd: clean ipv4/6 circuit config on destroyEmanuele Di Pascale1-2/+6
2019-12-09bgpd: BGP assert when it tries to access peer which is closed.Santosh P K1-0/+8
2019-12-06bgpd: more attribute parsing cleanup & paranoiaQuentin Young1-13/+24
2019-12-06pbrd: use yes/no for pbr map validity vty outputStephen Worley1-1/+2
2019-12-06pbrd: use spaces in show pbr map vty outputStephen Worley1-14/+16
2019-12-06doc: add show pbr map docStephen Worley1-0/+6
2019-12-06pbrd: make vty nexthop/nexthop-group output consistentStephen Worley1-16/+15
2019-12-06pbrd: make show pbr map detail actually workStephen Worley1-13/+38
2019-12-06pbrd: refactor vty map show output into functionsStephen Worley1-57/+56
2019-12-06lib,sharpd: support labelled nexthop-groups in sharpdMark Stapp2-0/+14
2019-12-06*: revise zapi nexthop encodingMark Stapp7-181/+210
2019-12-06lib: use const in several stream lib apisMark Stapp2-10/+15
2019-12-06topojson: use empty vtysh.conf for frr-reload.pyDavid Lamparter1-2/+11
2019-12-06tools/frr-reload.py: remove stderr redirectsDavid Lamparter1-4/+4
2019-12-06ospfd: use new defaults mechanism (v2)David Lamparter6-49/+48
2019-12-06ospfd: remove minor WTF in instance creationDavid Lamparter1-11/+1
2019-12-06bgpd: use new defaults system (v2)David Lamparter9-67/+114
2019-12-06bgpd: move config-write to bgp_vty.cDavid Lamparter4-1046/+1049
2019-12-06doc: document defaults mechanismDavid Lamparter1-0/+134
2019-12-06build: apply DFLT_NAME/profiles in init scriptDavid Lamparter4-5/+37
2019-12-06lib/defaults: add bool variable supportDavid Lamparter2-0/+12
2019-12-06lib: new defaults logicDavid Lamparter8-73/+376
2019-12-06lib: add frr_version_cmp()David Lamparter8-1/+180
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter25-49/+37
2019-12-06topotests: Adapt to linux kernel 5+Mark Stapp2-2/+27
2019-12-06doc: Add moaar dashes to underline lineDonatas Abraitis1-1/+1
2019-12-05ospfd: clean up SA warningMark Stapp1-1/+1
2019-12-05zebra: use correct state when installing evpn macsMark Stapp1-1/+1
2019-12-05tools: [ [ is not valid test syntaxQuentin Young1-1/+1