summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-11lib: split nb_operation into two typesIgor Ryzhov7-154/+184
2024-01-10lib: use snmp's large fd sets for agentxEdwin Brossette1-9/+12
2024-01-09lib: fix oper-state memleakChristian Hopps2-6/+8
2024-01-09zebra: SA incorrectly believes a NULL pointerDonald Sharp1-0/+8
2024-01-09bgpd: data is set but never usedDonald Sharp1-1/+1
2024-01-09ospf6d: Value set is never usedDonald Sharp1-1/+1
2024-01-09pimd: Cleanup SA issue with value never usedDonald Sharp1-1/+1
2024-01-09bgpd: Clean up issues found in SA with clang 14Donald Sharp1-8/+0
2024-01-09lib: limits.h is not needed by zebra.hDonald Sharp1-1/+0
2024-01-09zebra: Nothing is using errno.hDonald Sharp1-1/+0
2024-01-09lib: string.h was only used by vector.c make it betterDonald Sharp2-1/+1
2024-01-09lib: stdbool.h is not being used by zebra.hDonald Sharp1-1/+0
2024-01-09lib: zebra.h is not using signal.hDonald Sharp9-1/+15
2024-01-09lib: zebra.h uses pwd.h when it should notDonald Sharp3-1/+2
2024-01-09*: zebra.h should not have fcntl.hDonald Sharp26-1/+32
2024-01-09lib: zebra.h was including compiler.h two timesDonald Sharp1-7/+0
2024-01-09lib: remove net/route.h it is not usedDonald Sharp6-2/+9
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp25-2/+26
2024-01-09lib: select.h is not being used by anyoneDonald Sharp1-1/+0
2024-01-09bgpd: Change printing format `show debugging` for `debug bgp updates`Donatas Abraitis1-2/+4
2024-01-09bgpd: Drop BGP_DEBUG_PACKET_SEND_DETAIL/BGP_DEBUG_PACKET_SEND constsDonatas Abraitis1-3/+0
2024-01-08bgpd: Fix memory leak for default-originate with route-mapDonatas Abraitis1-1/+1
2024-01-08tests: Add mgmtd to the official pytest.mark listDonald Sharp16-21/+16
2024-01-07bgpd: show_adj_route_vpn always leaked json memoryDonald Sharp1-6/+0
2024-01-07Revert "zebra: Cleanup zrouter.stale_client_list on shutdown"Donald Sharp1-1/+0
2024-01-07tests: test new XPath 1.0 predicate functionalityChristian Hopps2-3/+19
2024-01-07lib: use libyang functions if they are presentChristian Hopps6-136/+163
2024-01-07lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps9-22/+245
2024-01-07lib: fix clang SA warningsChristian Hopps3-9/+29
2024-01-07bgpd: Add `debug bgp updates detail` commandDonatas Abraitis4-3/+40
2024-01-07doc: Rename `Thread` to `Event` in events exampleDonatas Abraitis1-1/+1
2024-01-07vtysh: Rename `show thread ...` to `show event ...`Donatas Abraitis2-43/+73
2024-01-07tests: Rename `show thread ...` to `show event ...`Donatas Abraitis2-4/+4
2024-01-07tools: Rename `show thread ...` to `show event ...`Donatas Abraitis1-4/+4
2024-01-07doc: Rename `show thread ...` to `show event ...`Donatas Abraitis2-7/+7
2024-01-07lib: Use event name instead of threadDonald Sharp1-4/+4
2024-01-07bgpd: bgp_sync_label_manager failure caseDonald Sharp1-3/+9
2024-01-06Revert "bgpd: On shutdown do not create a workqueue for the self peer"Martin Winter1-1/+1
2024-01-06build: require libyang 2.1.128Christian Hopps4-10/+9
2024-01-05lib: remove zebra_interface_vrf_update_read()Louis Scalbert2-33/+0
2024-01-05lib: fix initializer warning on centos 7.Christian Hopps1-1/+1
2024-01-04lib: sys/utsname.h is not needed in zebra.hDonald Sharp2-1/+1
2024-01-04lib: zebra.h does not need to include syslog.hDonald Sharp1-1/+0
2024-01-04*: sys/uio.h does not need to be in zebra.hDonald Sharp3-1/+2
2024-01-04lib, sharpd: Move sys/resource.h to where it is usedDonald Sharp2-1/+1
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp10-1/+11
2024-01-04lib, vtysh: Remove inclusion of grp.h for everyoneDonald Sharp3-1/+4
2024-01-04lib: Remove in_systm.h it is never usedDonald Sharp1-1/+0
2024-01-04*: Remove cost of including netinet/icmp.h everywhereDonald Sharp4-2/+4
2024-01-04lib: Remove inclusion of various MAXINT from zebra.hDonald Sharp1-16/+0