summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Do not check for XMALLOC/XCALLOC against NULLsDonatas Abraitis2021-06-291-12/+0
* lib: Avoid using assignments within checksDonatas Abraitis2021-06-298-33/+42
* Merge pull request #8835 from ranjanyash54/clear_processIgor Ryzhov2021-06-291-0/+5
|\
| * ospf6d: "clear ipv6 ospf6 process" commandYash Ranjan2021-06-281-0/+5
* | Merge pull request #8911 from donaldsharp/command_nodeDonatas Abraitis2021-06-291-2/+7
|\ \ | |/ |/|
| * lib: Add some hash name differentiation for Command Hash'sDonald Sharp2021-06-241-2/+7
* | build: add `-Werror` to xrelfo log format warningsDavid Lamparter2021-06-241-1/+1
* | lib: try CLOCK_THREAD_CPUTIME_IDDavid Lamparter2021-06-242-3/+23
* | lib: make cputime checks runtime options (v2)David Lamparter2021-06-245-73/+189
|/
* Merge pull request #8656 from opensourcerouting/xref-5424-prep-2Donald Sharp2021-06-237-49/+211
|\
| * lib: fix printf format on NetBSDDavid Lamparter2021-06-181-0/+4
| * lib: make a few log symbols accessibleDavid Lamparter2021-06-184-4/+18
| * lib: save instance number in zlogDavid Lamparter2021-06-182-0/+3
| * lib: cache PID & TID in zlog codeDavid Lamparter2021-06-182-3/+37
| * lib: include `\n` in zlog_msg_text()David Lamparter2021-06-184-21/+27
| * lib: add RFC3164 logging timestampsDavid Lamparter2021-06-182-1/+40
| * lib: use fbuf for zlog_msg_ts()David Lamparter2021-06-183-18/+37
| * lib: record output argument positions in zlogDavid Lamparter2021-06-182-1/+36
| * lib: add hook for `show logging` CLIDavid Lamparter2021-06-182-0/+5
| * lib: de-conflict `log-filter` CLI commandDavid Lamparter2021-06-181-3/+6
* | Merge pull request #6695 from adharkar/frr-master-gateway_ipPatrick Ruddy2021-06-232-0/+14
|\ \
| * | bgpd: Add "set evpn gateway-ip" clause for route-mapAmeya Dharkar2021-06-082-0/+14
* | | lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-1/+15
* | | Merge pull request #8749 from pjdruddy/bitfield_mtypeRenato Westphal2021-06-192-2/+5
|\ \ \
| * | | lib: add an MTYPE for bitfieldsPat Ruddy2021-06-182-2/+5
* | | | Merge pull request #8864 from idryzhov/fix-vtysh-vrf-changeRenato Westphal2021-06-193-10/+62
|\ \ \ \
| * | | | lib: fix interface configuration after vrf changeIgor Ryzhov2021-06-183-10/+62
| |/ / /
* | | | Merge pull request #8876 from idryzhov/remove-pureDavid Lamparter2021-06-192-33/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: remove pure attribute from functions that modify memoryIgor Ryzhov2021-06-182-33/+20
| |/ /
* | | Merge pull request #8478 from mjstapp/fix_nb_grpc_shutdownDonald Sharp2021-06-181-12/+30
|\ \ \
| * | | lib: cleanup and stop grpc pthreadMark Stapp2021-06-151-12/+30
* | | | lib: Do not double-assign freed pointer to NULLDonatas Abraitis2021-06-171-4/+0
| |/ / |/| |
* | | Merge pull request #8838 from LabNConsulting/chopps/fix-nb-edit-cliIgor Ryzhov2021-06-151-2/+2
|\ \ \
| * | | lib: do not attempt to create default nodes from NULL tree nodeChristian Hopps2021-06-121-2/+2
* | | | lib: terminate default vrf lastStephen Worley2021-06-111-11/+20
|/ / /
* | | Merge pull request #8807 from mjstapp/fix_srv6_deleteDonald Sharp2021-06-091-1/+8
|\ \ \
| * | | lib: add dtor for srv6 locator chunk listMark Stapp2021-06-071-1/+8
| |/ /
* | | Merge pull request #8798 from opensourcerouting/ospfd-fixesOlivier Dugeon2021-06-091-3/+2
|\ \ \
| * | | lib, ospfd, ospf6d: fix logging of pointer addressesRenato Westphal2021-06-081-3/+2
* | | | Merge pull request #8593 from idryzhov/cmd-ambiguousQuentin Young2021-06-081-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | vtysh: fix searching commands in parent nodesPavel Ivashchenko2021-04-291-0/+3
* | | | Merge pull request #8713 from LabNConsulting/chopps/grpc-unit-testQuentin Young2021-06-082-0/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests: add grpc unit testChristian Hopps2021-06-062-0/+16
* | | | lib: fix address sanitizer crash on `find`Rafael Zalamena2021-06-071-1/+1
| |_|/ |/| |
* | | Merge pull request #8778 from idryzhov/fix-zebra-vrfRafael Zalamena2021-06-071-2/+0
|\ \ \
| * | | zebra: fix config after exit from vrfIgor Ryzhov2021-06-041-2/+0
* | | | Merge pull request #8758 from idryzhov/bfd-fixesRafael Zalamena2021-06-071-4/+12
|\ \ \ \
| * | | | lib: fix default ttl for single-hop bfd sessionsIgor Ryzhov2021-06-011-1/+1
| * | | | lib: fix bfd multihopIgor Ryzhov2021-06-011-3/+11
* | | | | Merge pull request #8781 from idryzhov/fix-list-findRafael Zalamena2021-06-072-10/+69
|\ \ \ \ \ | |_|_|/ / |/| | | |