summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-115-3/+15
* lib: split nb_operation into two typesIgor Ryzhov2024-01-115-133/+162
* Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2Donatas Abraitis2024-01-1120-18/+31
|\
| * lib: limits.h is not needed by zebra.hDonald Sharp2024-01-091-1/+0
| * zebra: Nothing is using errno.hDonald Sharp2024-01-091-1/+0
| * lib: string.h was only used by vector.c make it betterDonald Sharp2024-01-092-1/+1
| * lib: stdbool.h is not being used by zebra.hDonald Sharp2024-01-091-1/+0
| * lib: zebra.h is not using signal.hDonald Sharp2024-01-095-1/+9
| * lib: zebra.h uses pwd.h when it should notDonald Sharp2024-01-092-1/+1
| * *: zebra.h should not have fcntl.hDonald Sharp2024-01-0910-1/+11
| * lib: zebra.h was including compiler.h two timesDonald Sharp2024-01-091-7/+0
| * lib: remove net/route.h it is not usedDonald Sharp2024-01-092-2/+1
| * *: remove sys/stat.h from zebra.hDonald Sharp2024-01-099-2/+9
| * lib: select.h is not being used by anyoneDonald Sharp2024-01-091-1/+0
* | lib: use snmp's large fd sets for agentxEdwin Brossette2024-01-101-9/+12
* | Merge pull request #15123 from LabNConsulting/chopps/fix-oper-state-memleakDonatas Abraitis2024-01-101-1/+3
|\ \
| * | lib: fix oper-state memleakChristian Hopps2024-01-091-1/+3
* | | Merge pull request #15103 from LabNConsulting/chopps/oper-filterDonald Sharp2024-01-098-118/+336
|\ \ \
| * | | lib: use libyang functions if they are presentChristian Hopps2024-01-074-134/+153
| * | | lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-076-5/+184
| * | | lib: fix clang SA warningsChristian Hopps2024-01-072-8/+28
| |/ /
* | | Merge pull request #15001 from pguibert6WIND/zebra_nexthop_reworkRuss White2024-01-091-0/+9
|\ \ \ | |_|/ |/| |
| * | bgpd, lib: add zapi_route_set_nhg_id() supportPhilippe Guibert2023-12-181-0/+9
* | | vtysh: Rename `show thread ...` to `show event ...`Donatas Abraitis2024-01-071-23/+50
| |/ |/|
* | Merge pull request #15105 from donaldsharp/event_thread_mishapDonatas Abraitis2024-01-071-4/+4
|\ \
| * | lib: Use event name instead of threadDonald Sharp2024-01-071-4/+4
* | | Merge pull request #15092 from donaldsharp/lib_zebra_h_cleanupChristian Hopps2024-01-0512-59/+56
|\ \ \
| * | | lib: sys/utsname.h is not needed in zebra.hDonald Sharp2024-01-042-1/+1
| * | | lib: zebra.h does not need to include syslog.hDonald Sharp2024-01-041-1/+0
| * | | *: sys/uio.h does not need to be in zebra.hDonald Sharp2024-01-042-1/+1
| * | | lib, sharpd: Move sys/resource.h to where it is usedDonald Sharp2024-01-041-1/+0
| * | | *: Remove sys/ioctl.h from zebra.hDonald Sharp2024-01-043-1/+3
| * | | lib, vtysh: Remove inclusion of grp.h for everyoneDonald Sharp2024-01-042-1/+2
| * | | lib: Remove in_systm.h it is never usedDonald Sharp2024-01-041-1/+0
| * | | *: Remove cost of including netinet/icmp.h everywhereDonald Sharp2024-01-041-2/+0
| * | | lib: Remove inclusion of various MAXINT from zebra.hDonald Sharp2024-01-041-16/+0
| * | | lib: HAVE_GLIBC_BACKTRACE does not belong in zebra.hDonald Sharp2024-01-043-4/+8
| * | | lib: Move some priviledge headers to file they are used.Donald Sharp2024-01-042-5/+6
| * | | *: Remove Crypto openSSL define from zebra.hDonald Sharp2024-01-041-5/+0
| * | | lib: Breakout sendmmsg into it's own headerDonald Sharp2024-01-045-20/+35
| |/ /
* | | Merge pull request #15089 from pguibert6WIND/asan_sharpd_fixDonald Sharp2024-01-051-0/+2
|\ \ \
| * | | lib: fix memory leak when disabling nexthop_hold contextsPhilippe Guibert2024-01-041-0/+2
| |/ /
* | | Merge pull request #15097 from louis-6wind/cleanup_vrf_updateDonald Sharp2024-01-052-33/+0
|\ \ \
| * | | lib: remove zebra_interface_vrf_update_read()Louis Scalbert2024-01-052-33/+0
| |/ /
* | | Merge pull request #15086 from LabNConsulting/chopps/remove-old-oper-iter-codeDonald Sharp2024-01-052-547/+2
|\ \ \
| * | | lib: remove unused/replaced oper-state iteration codeChristian Hopps2024-01-042-547/+2
| |/ /
* / / lib: fix initializer warning on centos 7.Christian Hopps2024-01-051-1/+1
|/ /
* | Merge pull request #12261 from cscarpitta/srv6-encap-src-addrRuss White2024-01-021-0/+1
|\ \
| * | zebra, lib, vtysh: Add CLI cmd to set/unset SRv6 encap source addressCarmine Scarpitta2023-12-141-0/+1
* | | Merge pull request #15070 from LabNConsulting/chopps/fix-coverity-errorsDonald Sharp2024-01-028-49/+29
|\ \ \