summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9560 from LabNConsulting/ziemba/frrmod_load-error-messagesDavid Lamparter2021-09-293-22/+88
|\
| * lib/module.c and callers of frrmod_load(): fix error messagesG. Paul Ziemba2021-09-143-22/+88
* | Merge pull request #9429 from yar-fed/vtysh-err-not-runningIgor Ryzhov2021-09-221-0/+1
|\ \
| * | vtysh: Add error code if daemon is not runningYaroslav Fedoriachenko2021-09-211-0/+1
* | | Merge pull request #9646 from LabNConsulting/ziemba/skiplist-level-counters-intDonald Sharp2021-09-222-20/+26
|\ \ \
| * | | lib: skiplist: clean up level counter implementationG. Paul Ziemba2021-09-222-20/+26
| |/ /
* | | Merge pull request #9052 from mjstapp/dplane_incoming_devDonald Sharp2021-09-211-2/+2
|\ \ \ | |/ / |/| |
| * | lib,zebra: use more constMark Stapp2021-09-141-2/+2
* | | 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