summaryrefslogtreecommitdiffstats
path: root/vtysh (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-09yang: add v2 support to vrrp yang modelQuentin Young1-14/+48
2019-12-09yang: update vrrp yang modelQuentin Young1-23/+4
2019-12-09yang: add vrrp yang modelQuentin Young2-0/+216
2019-12-09vrrpd: allow vrrp_shutdown() on shutdown rtrQuentin Young1-2/+3
2019-12-09vrrpd: const vrrp_lookup()Quentin Young2-3/+3
2019-12-09vrrpd: make vrrp_[add|del]_ip not insaneQuentin Young2-11/+16
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-05tools: [ [ is not valid test syntaxQuentin Young1-1/+1
2019-12-05bgpd: remove bgp_attr_dupQuentin Young10-34/+29
2019-12-04zebra: capture dplane plugin flagsMark Stapp1-0/+1
2019-12-04eigrpd, ospfd, pimd: Fix assumption that interface may not be upDonald Sharp5-66/+67
2019-12-04ospfd: interface name and ip address can be 32 bytesDonald Sharp1-3/+3
2019-12-04doc: add doc for easy commit sign-off with `-s`Stephen Worley1-0/+5
2019-12-04lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp21-303/+196
2019-12-04bfdd: Json fields for multiplierSumitAgarwal1231-7/+14
2019-12-04bfdd: Adding new CLI, show bfd peers briefSumitAgarwal1233-1/+98
2019-12-04bfdd: Adding new cli, clear bfd countersSumitAgarwal1231-0/+40
2019-12-04bfdd: Adding new fields to display show bfd peerSumitAgarwal1231-0/+6
2019-12-03pbrd: make vty `match *` code more readableStephen Worley1-17/+22
2019-12-03lib: support labelled nexthops in nexthop_groupsMark Stapp3-26/+115
2019-12-03pbrd: consolidate rule_notify debugs into one callStephen Worley1-10/+3
2019-12-03lib: Add zapi_rule_notify_owner2str() functionStephen Worley1-0/+23
2019-12-03pbrd: Add newlines in `set nexthop*` vty outputStephen Worley1-4/+4
2019-12-03pbrd: use dst string in match dst-ip vty descriptionStephen Worley1-1/+1
2019-12-03pbrd: don't silently fail on atomic match MARK change attemptsStephen Worley1-2/+7
2019-12-03pbrd: don't silently fail on atomic match IP change attemptsStephen Worley1-6/+12
2019-12-03pbrd: don't set rule removed on failStephen Worley1-0/+5