summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: significantly improve nb cli command sortingIgor Ryzhov2021-09-171-3/+15
* Merge pull request #9596 from LabNConsulting/ziemba/printfrr-nexthopDonald Sharp2021-09-161-0/+54
|\
| * lib,doc,tests: printfrr %pNHcg, %pNHciG. Paul Ziemba2021-09-141-0/+54
* | Merge pull request #9608 from idryzhov/vtysh-segfaultStephen Worley2021-09-151-1/+1
|\ \
| * | lib: fix segfault on question mark on empty lineIgor Ryzhov2021-09-141-1/+1
* | | lib: Fix usage of defaultDonald Sharp2021-09-141-9/+1
* | | Merge pull request #9486 from slankdev/slankdev-srv6-no-cli-1Igor Ryzhov2021-09-142-0/+30
|\ \ \
| * | | lib: add zapi encode/decode func for srv6 locatorHiroki Shirokura2021-09-072-0/+30
* | | | Merge pull request #9364 from LabNConsulting/ziemba/vrf_name_to_id-unknownIgor Ryzhov2021-09-142-16/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | vrf_name_to_id(): removeG. Paul Ziemba2021-09-072-16/+0
| | |/ | |/|
* | | Merge pull request #9586 from idryzhov/bgp-default-originate-rmap-fixesDonatas Abraitis2021-09-122-10/+16
|\ \ \
| * | | lib: add ability to supply separate match/set objects to routemapsIgor Ryzhov2021-09-082-10/+16
| | |/ | |/|
* | | Merge pull request #9475 from iqras23/change1Donatas Abraitis2021-09-122-3/+5
|\ \ \
| * | | bgpd: VRF-Lite fix nexthop typeKantesh Mundaragi2021-09-072-3/+5
| |/ /
* | | Merge pull request #9497 from opensourcerouting/cli-better-noQuentin Young2021-09-097-21/+66
|\ \ \ | |/ / |/| |
| * | lib: fix indentation trainwreck in command_pyDavid Lamparter2021-08-261-15/+24
| * | lib: add `![...]` syntax for easy "no" formsDavid Lamparter2021-08-267-8/+44
* | | Merge pull request #9563 from opensourcerouting/build-strict-prototypesDonald Sharp2021-09-062-9/+15
|\ \ \ | |_|/ |/| |
| * | *: fix for -Wstrict-prototypesDavid Lamparter2021-09-021-3/+2
| * | lib: fix hook defs for -Wstrict-prototypesDavid Lamparter2021-09-021-6/+13
* | | lib: Remove unused function vrf_generate_idDonald Sharp2021-09-022-8/+0
* | | Merge pull request #9106 from opensourcerouting/clippy-elf-bsd-condDonald Sharp2021-09-021-0/+4
|\ \ \ | |/ / |/| |
| * | lib/clippy: fix forgotten conditionalDavid Lamparter2021-08-281-0/+4
* | | Merge pull request #9439 from ton31337/feature/set_ext_community_to_noneRuss White2021-09-012-0/+7
|\ \ \
| * | | bgpd: Add an ability to set extcommunity to none in route-mapsDonatas Abraitis2021-08-182-0/+7
* | | | Merge pull request #9502 from idryzhov/cmd-vtysh-cleanupRuss White2021-08-301-86/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: make node_parent more genericIgor Ryzhov2021-08-261-86/+3
* | | | Merge pull request #9488 from pguibert6WIND/fix_nhrp_neigh_stateRuss White2021-08-282-12/+17
|\ \ \ \
| * | | | lib, zebra: complete the ndm flags on zclient apiPhilippe Guibert2021-08-261-1/+10
| * | | | nhrp, zebra, lib: pass exact received neighbor state value to nhrpPhilippe Guibert2021-08-262-11/+7
| | |_|/ | |/| |
* | | | lib: Send c-bit when not using bfdd as daemon of choiceDonald Sharp2021-08-271-0/+3
* | | | Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-272-4/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-262-4/+2
| |/ /
* | | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-265-1/+12
|\ \ \ | |/ / |/| |
| * | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-235-1/+12
* | | Merge pull request #9466 from idryzhov/vrf-netnsDonatas Abraitis2021-08-261-63/+0
|\ \ \
| * | | lib, zebra: move vrf netns commands from lib to zebraIgor Ryzhov2021-08-231-63/+0
| |/ /
* | | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* | | lib: remove the dependency on bgpd codeIgor Ryzhov2021-08-242-1/+6
|/ /
* | Merge pull request #9337 from dlqs/lua2Stephen Worley2021-08-231-1/+3
|\ \
| * | lib: Remove extraneous bracesDonald Lee2021-08-101-2/+2
| * | lib: check return on str2sockunionDonald Lee2021-08-091-1/+3
* | | pimd: change ranges to 1..max, type align with IETF YANG.Christian Hopps2021-08-191-0/+1
| |/ |/|
* | Merge pull request #9365 from idryzhov/fix-plist-dup-checkRuss White2021-08-173-122/+74
|\ \
| * | lib: fix prefix-list duplication checkIgor Ryzhov2021-08-103-122/+74
* | | Merge pull request #9385 from idryzhov/bgpd-match-evpn-default-route-crashRuss White2021-08-171-1/+1
|\ \ \
| * | | bgpd: fix segfault when re-adding "match evpn default-route" ruleIgor Ryzhov2021-08-121-1/+1
| |/ /
* | | Merge pull request #9404 from neirbowj/notcaresIgor Ryzhov2021-08-171-1/+1
|\ \ \
| * | | lib: Scan lib/resolver.c only when c-ares is installedJohn W. O'Brien2021-08-151-1/+1
* | | | Merge pull request #9265 from ton31337/fix/extcommunity_lb_route-map_persistentIgor Ryzhov2021-08-162-0/+31
|\ \ \ \ | |/ / / |/| | |