summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-2299-312/+341
|\
| * lib: temporary workaround for LabN CIDavid Lamparter2021-03-171-0/+15
| * *: require semicolon after FRR_CFG_DEFAULT_*David Lamparter2021-03-171-1/+2
| * *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-179-13/+17
| * *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-1716-61/+70
| * *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-1711-25/+28
| * *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-1714-32/+35
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-1765-152/+157
| * *: require ISO C11 (or C++11)David Lamparter2021-03-174-26/+15
| * snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* | Merge pull request #8008 from chiragshah6/yang_nb5Santosh P K2021-03-172-114/+255
|\ \ | |/ |/|
| * lib: consolidate plist nb callbacksChirag Shah2021-03-041-153/+132
| * lib: fix a crash in plist updateChirag Shah2021-03-021-0/+1
| * lib: fix plist le ge reset valueChirag Shah2021-03-021-2/+2
| * lib: plist validation use enum typeChirag Shah2021-03-021-43/+50
| * lib: remove prefix-list dup api in validation phaseChirag Shah2021-03-021-81/+1
| * yang: remove when statement from prefix-listChirag Shah2021-03-021-23/+257
* | Merge pull request #8230 from donaldsharp/flex_moreMark Stapp2021-03-152-18/+12
|\ \
| * | *: remove remaining severity prefixesDavid Lamparter2021-03-141-1/+1
| * | lib: Convert to builtin printf functionalityDonald Sharp2021-03-142-17/+11
* | | Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal2021-03-152-0/+14
|\ \ \
| * | | isisd: support for snmplynne2021-03-022-0/+14
* | | | Merge pull request #8160 from idryzhov/fix-show-yang-operRenato Westphal2021-03-151-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: fix crash when iterating over nb operational dataIgor Ryzhov2021-02-261-0/+10
* | | | Merge pull request #8124 from pguibert6WIND/ipsec_iptable_dplaneMark Stapp2021-03-102-7/+12
|\ \ \ \
| * | | | zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert2021-03-102-7/+12
* | | | | lib: use correct type in add_event xrefMark Stapp2021-03-091-1/+1
* | | | | Merge pull request #6807 from opensourcerouting/xref-extractRuss White2021-03-096-2/+1338
|\ \ \ \ \
| * | | | | lib: get rid of padding in struct cmd_elementDavid Lamparter2021-02-231-1/+1
| * | | | | lib/xref: record log message format argsDavid Lamparter2021-02-232-1/+10
| * | | | | build: extract xrefsDavid Lamparter2021-02-231-0/+20
| * | | | | lib/clippy: add libelf wrapperDavid Lamparter2021-02-234-1/+1308
* | | | | | lib: add ringbuf socket read functionRafael Zalamena2021-03-052-0/+46
* | | | | | Merge pull request #8175 from mjstapp/fix_printfrr_nullsRuss White2021-03-023-43/+79
|\ \ \ \ \ \
| * | | | | | lib: protect printfrr extensions from NULL inputMark Stapp2021-03-013-43/+79
* | | | | | | Merge pull request #7951 from mjstapp/fix_cancel_eventDonald Sharp2021-03-022-51/+167
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | libs, bgpd: improve task cancellation by argument valueMark Stapp2021-02-092-45/+157
| * | | | | | libs: make the task cancellation struct privateMark Stapp2021-02-092-6/+10
* | | | | | | lib: print NULL for NULL nexthopsMark Stapp2021-03-011-0/+10
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #8073 from idryzhov/vtysh-show-configSantosh P K2021-03-011-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | lib: allow "show config running" command for non-transactional CLIIgor Ryzhov2021-02-121-1/+1
* | | | | | Merge pull request #8023 from volta-networks/feat_add_agentx_enabled_hookQuentin Young2021-02-242-0/+17
|\ \ \ \ \ \
| * | | | | | lib: add agentx_enabled hookKaren Schoener2021-02-162-0/+17
* | | | | | | Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp2021-02-233-6/+6
|\ \ \ \ \ \ \
| * | | | | | | *: remove more sprintf()Quentin Young2021-02-093-6/+6
| |/ / / / / /
* | | | | | | Merge pull request #8095 from idryzhov/fix-nb-stale-pointersRuss White2021-02-236-19/+132
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | lib: register dependency between control plane protocol and vrf nb nodesIgor Ryzhov2021-02-222-11/+57
| * | | | | | lib: add definitions for vrf xpathsIgor Ryzhov2021-02-222-4/+6
| * | | | | | lib: add ability to register dependencies between northbound nodesIgor Ryzhov2021-02-222-4/+69
| | |_|_|/ / | |/| | | |
* | | | | | lib: Reduce getrusage/monotime for event handlingDonald Sharp2021-02-222-1/+13