summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: link layer config and notification, implementation in zebraPhilippe Guibert2021-04-097-1/+129
* zebra: be more selective about processing LSPsMark Stapp2021-04-051-0/+16
* zebra: add 'detail' mpls debug settingMark Stapp2021-04-052-8/+24
* Merge pull request #8358 from idryzhov/fix-nb-vrf-crashMark Stapp2021-04-013-22/+0
|\
| * *: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov2021-03-283-22/+0
* | zebra: North-bound implementation for zebra rmapsSarita Patra2021-03-3010-412/+570
* | lib/zebra: zapi for installing EVPN nexthops from bgpAnuradha Karuppiah2021-03-264-0/+49
|/
* Merge pull request #8250 from idryzhov/fix-nb-running-get-entryRenato Westphal2021-03-244-61/+51
|\
| * zebra: make ribs config falseIgor Ryzhov2021-03-164-59/+39
| * *: fix aborts when validating configurationIgor Ryzhov2021-03-161-2/+12
* | Merge pull request #8078 from idryzhov/fix-zebra-vniRafael Zalamena2021-03-242-36/+46
|\ \
| * | zebra: fix duplicated definitionsIgor Ryzhov2021-02-241-13/+0
| * | zebra: fix vni configuration in default vrfIgor Ryzhov2021-02-241-23/+46
* | | zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-2246-139/+40
* | | Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-2234-74/+78
|\ \ \
| * | | *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-177-7/+11
| * | | *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-172-3/+3
| * | | *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-172-3/+3
| * | | *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-1712-26/+26
| * | | *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-1717-34/+34
| * | | snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* | | | zebra: capture backup nexthop info with recursive resolutionMark Stapp2021-03-161-29/+166
* | | | zebra: add ui control for use of backup nexthops in resolutionMark Stapp2021-03-163-3/+37
|/ / /
* | | Merge pull request #7993 from mjstapp/reorg_resolveStephen Worley2021-03-162-68/+121
|\ \ \ | |_|/ |/| |
| * | zebra: support nh resolution without a routeMark Stapp2021-02-192-68/+121
* | | *: remove remaining severity prefixesDavid Lamparter2021-03-142-5/+5
* | | zebra: move up prefix2str call in rib dumpDavid Lamparter2021-03-141-1/+3
* | | zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter2021-03-147-467/+213
* | | fpm: use printfrr extsDavid Lamparter2021-03-142-11/+6
* | | Revert "zebra: Remove `first_p` which is never used"Jafar Al-Gharaibeh2021-03-121-1/+4
* | | zebra: Remove `first_p` which is never usedDonald Sharp2021-03-121-4/+1
* | | Merge pull request #8124 from pguibert6WIND/ipsec_iptable_dplaneMark Stapp2021-03-109-133/+671
|\ \ \
| * | | zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert2021-03-109-101/+454
| * | | zebra: move iptable handling in zebra_dplanePhilippe Guibert2021-03-049-47/+232
* | | | Merge pull request #8152 from idryzhov/fix-zebra-blackholeStephen Worley2021-03-021-21/+27
|\ \ \ \
| * | | | zebra: don't use kernel nexthops for blackhole routesIgor Ryzhov2021-03-011-21/+27
| |/ / /
* | | | Merge pull request #8021 from AnuradhaKaruppiah/evpn-weak-override-fixPatrick Ruddy2021-03-021-8/+0
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: disable setting weak override flag in neigh updatesAnuradha Karuppiah2021-02-221-8/+0
| |/ /
* | | zebra: fix problem with bypass getting set accidentally on all ESsAnuradha Karuppiah2021-02-241-0/+1
* | | zebra: del/add remote mac if there is a change from es->non-es dst and viceveraAnuradha Karuppiah2021-02-241-0/+11
* | | zebra: flush macs linked to the bond when it moves out of bypassAnuradha Karuppiah2021-02-241-0/+20
* | | zebra: link local MACs to destination port for efficient lacp-bypass processingAnuradha Karuppiah2021-02-246-7/+126
* | | zebra: support for lacp bypass with EVPN MHAnuradha Karuppiah2021-02-2413-76/+368
| |/ |/|
* | Merge pull request #7879 from AnuradhaKaruppiah/advertise-svi-macPatrick Ruddy2021-02-249-31/+298
|\ \
| * | zebra: fix problem with SVI MAC not being sent to BGPAnuradha Karuppiah2021-02-195-12/+47
| * | zebra: drop the SVI MAC cleanup done as a part of interface deleteAnuradha Karuppiah2021-02-191-1/+0
| * | zebra: prevent crash in evpn if cleanupChirag Shah2021-02-191-1/+1
| * | zebra: changes to advertise SVI mac by default if evpn-mh is enabledAnuradha Karuppiah2021-02-199-16/+228
| * | zebra: fix problem with SVI IP being advertised even if disabledAnuradha Karuppiah2021-02-192-5/+26
| |/
* | Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp2021-02-232-9/+13
|\ \ | |/ |/|