summaryrefslogtreecommitdiffstats
path: root/lib/table.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-22zebra: Prevent awful misconfiguration in vrf'sDonald Sharp3-3/+22
2020-04-22zebra: Expose vrf lookup by table id out of rt_netlink.cDonald Sharp2-1/+2
2020-04-22doc: improve FPM clear command docRafael Zalamena1-2/+4
2020-04-22doc: remove duplicated command documentationRafael Zalamena1-12/+0
2020-04-22ospfd: Limit possible message read to our buffer sizeDonald Sharp1-3/+8
2020-04-22zebra: Cleanup dead codeDonald Sharp1-30/+22
2020-04-22bgpd: handle fs nlri over 240 bytesPhilippe Guibert2-2/+7
2020-04-21lib/frrcu: make C++ compatibleDavid Lamparter1-1/+0
2020-04-21lib/atomlist: make C++ compatibleDavid Lamparter2-11/+17
2020-04-21ospf6d: fix SA warningsMark Stapp1-4/+4
2020-04-21doc: add some Github workflow notesDavid Lamparter1-0/+26
2020-04-21doc: document strcpy & sprintf banDavid Lamparter1-0/+22
2020-04-20doc: remove mailing list patch submissionDavid Lamparter1-24/+0
2020-04-20lib/zlog: fix coverity warningDavid Lamparter1-2/+1
2020-04-20bgpd: Do not discard an UPDATE if the global nexthop is set to ::Donatas Abraitis1-1/+11
2020-04-20bgpd: Use true/false for reject_as_setsDonatas Abraitis4-9/+7
2020-04-18ospf6d: Prevent use after freeDonald Sharp5-14/+16
2020-04-18isisd: Prevent use after free for isis_adj_state_changeDonald Sharp5-58/+59
2020-04-18lib: dont null check bitfield pointer before freeQuentin Young1-4/+2
2020-04-18lib: don't use strcpyQuentin Young1-2/+4
2020-04-18pimd: don't use strcpyQuentin Young2-4/+6
2020-04-18*: replace all random() callsRafael Zalamena24-30/+76
2020-04-18zebra: gracefully shutdown fpm moduleRafael Zalamena1-4/+38
2020-04-18zebra: notify data plane providers about shutdownRafael Zalamena1-2/+18
2020-04-18doc: update FPM documentationRafael Zalamena3-34/+238
2020-04-17lib: clear data pointer in bf_freeMark Stapp1-0/+1
2020-04-17pimd: if_lookup_by_index can fail handle it appropriatelyDonald Sharp2-11/+15
2020-04-17lib: prefix must be a valid pointer at this pointDonald Sharp1-0/+1
2020-04-17ospfd: Fix possible null derefDonald Sharp1-1/+1
2020-04-17zebra: in_addr_cmp and `struct prefix` are not happyDonald Sharp1-2/+2
2020-04-16lib: suppress formatting on yang.c module arrayQuentin Young1-0/+2
2020-04-16lib: fix style nit in yang_wrappers.cQuentin Young1-1/+1
2020-04-16zebra,ldpd: use zapi client session id in LM apisMark Stapp5-109/+135
2020-04-16lib,zebra: add a session id for zapi sessionsMark Stapp6-13/+60
2020-04-16zebra: add weight to nb conversionChirag Shah3-0/+21
2020-04-16yang: add weight in nexthop operational modelChirag Shah1-16/+31
2020-04-16lib: increase xpath maxlenChirag Shah1-1/+1
2020-04-16zebra: add northbound support for zebra interfaceChirag Shah4-99/+499
2020-04-16tests: add connected/recursive/duplicte/route-map NHG testsStephen Worley3-16/+185
2020-04-16lib: remove gcc 4.x workaround for nb structureChirag Shah1-1/+0
2020-04-16zebra: add nb callbacks for zebra if stateChirag Shah4-134/+202
2020-04-16lib: add interface operational northbound callbackChirag Shah2-0/+156
2020-04-16yang: update zebra interface modelChirag Shah1-23/+137
2020-04-16yang: add operational data to frr-interface modelChirag Shah1-8/+241
2020-04-16yang: add ietf interface yang modelChirag Shah3-0/+1125
2020-04-16yang: igmp yang definitionSarita Patra3-0/+149
2020-04-16lib: yang wrapper nexthop type to strChirag Shah2-0/+30
2020-04-16lib: add yang wrapper for type emptyChirag Shah2-0/+11
2020-04-16zebra: stub changes to assimilate re into rib nbChirag Shah3-174/+269
2020-04-16yang: zebra rib model add route entryChirag Shah1-20/+17