summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, zebra: add missing extern "C" {} blocks to new header filesRenato Westphal2020-04-235-0/+40
* zebra: Prevent awful misconfiguration in vrf'sDonald Sharp2020-04-223-3/+22
* zebra: Expose vrf lookup by table id out of rt_netlink.cDonald Sharp2020-04-222-1/+2
* zebra: Cleanup dead codeDonald Sharp2020-04-221-30/+22
* Merge pull request #6253 from opensourcerouting/fpm-extraQuentin Young2020-04-212-6/+56
|\
| * zebra: gracefully shutdown fpm moduleRafael Zalamena2020-04-181-4/+38
| * zebra: notify data plane providers about shutdownRafael Zalamena2020-04-181-2/+18
* | Merge pull request #6251 from opensourcerouting/cs-ignoreDonald Sharp2020-04-202-3/+5
|\ \
| * | *: replace all random() callsRafael Zalamena2020-04-182-3/+5
* | | Merge pull request #6231 from dslicenc/v6-ra-hoplimitDonatas Abraitis2020-04-184-2/+65
|\ \ \ | |/ / |/| |
| * | zebra: add ability to set hoplimit for IPv6 RAsDon Slice2020-04-154-2/+65
* | | zebra: in_addr_cmp and `struct prefix` are not happyDonald Sharp2020-04-171-2/+2
* | | Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-1713-2309/+4079
|\ \ \
| * | | zebra: add weight to nb conversionChirag Shah2020-04-163-0/+21
| * | | zebra: add northbound support for zebra interfaceChirag Shah2020-04-164-99/+499
| * | | zebra: add nb callbacks for zebra if stateChirag Shah2020-04-164-134/+202
| * | | zebra: stub changes to assimilate re into rib nbChirag Shah2020-04-163-174/+269
| * | | zebra: convert clear evpn dup addr command to nbChirag Shah2020-04-162-13/+35
| * | | zebra: nb rpc cb for clear evpn dup addr cmdChirag Shah2020-04-161-10/+58
| * | | zebra: clear dup detect cleanup for nb conversionChirag Shah2020-04-163-71/+48
| * | | zebra: nb callbacks supportChirag Shah2020-04-168-2213/+3352
| * | | *: frr nexthop yang in makefileChirag Shah2020-04-161-1/+0
| * | | *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
| | |/ | |/|
* | | Merge pull request #6135 from opensourcerouting/cli-node-cleanupDonald Sharp2020-04-177-29/+83
|\ \ \
| * | | zebra: fix FPM node reusing VTY_NODEDavid Lamparter2020-04-161-1/+2
| * | | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-166-0/+10
| * | | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-163-0/+4
| * | | *: remove second parameter on install_node()David Lamparter2020-04-167-12/+31
| * | | *: remove cmd_node->vtyshDavid Lamparter2020-04-167-11/+0
| * | | *: clean up cmd_node initializersDavid Lamparter2020-04-166-15/+46
| |/ /
* | | Merge pull request #6224 from mjstapp/zclient_session_idOlivier Dugeon2020-04-166-115/+176
|\ \ \ | |/ / |/| |
| * | zebra,ldpd: use zapi client session id in LM apisMark Stapp2020-04-164-109/+134
| * | lib,zebra: add a session id for zapi sessionsMark Stapp2020-04-163-6/+42
| |/
* / zebra: Modify netlink_request to statisfy coverityDonald Sharp2020-04-155-11/+12
|/
* Merge pull request #6225 from qlyoung/fix-zebra-counter-printf-specifiersRenato Westphal2020-04-151-18/+18
|\
| * zebra: use %u for unsigned when printing countersQuentin Young2020-04-141-18/+18
* | Merge pull request #6211 from mjstapp/fix_zebra_covQuentin Young2020-04-152-19/+14
|\ \
| * | zebra: fix some coverity SA warningsMark Stapp2020-04-142-19/+14
| |/
* | Merge pull request #5510 from opensourcerouting/dplane-fpm-netlinkMark Stapp2020-04-147-266/+1530
|\ \
| * | zebra: fix hash_backet typo in data plane FPMRafael Zalamena2020-04-141-4/+4
| * | zebra: hide verbose data plane FPM log messagesRafael Zalamena2020-04-141-28/+41
| * | zebra: fix some formatting/style issuesRafael Zalamena2020-04-142-25/+20
| * | zebra: data plane FPM add support RMAC VNIRafael Zalamena2020-04-144-12/+66
| * | zebra: fix style on data plane FPM moduleRafael Zalamena2020-04-141-14/+14
| * | build: fix data plane FPM netlink moduleRafael Zalamena2020-04-142-27/+59
| * | zebra: use atomic operations in FPMRafael Zalamena2020-04-141-36/+45
| * | zebra: queue data plane context for FPMRafael Zalamena2020-04-141-3/+74
| * | zebra: improve FPM output buffer handlingRafael Zalamena2020-04-141-2/+47
| * | zebra: simplify FPM buffer full detectionRafael Zalamena2020-04-141-35/+29
| * | zebra: implement FPM countersRafael Zalamena2020-04-141-4/+125