summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_nb_config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra, yang: add an mpls leaf to interfacePhilippe Guibert2023-08-101-0/+44
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-14/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* | lib,yang,zebra: add extended admin-group supportLouis Scalbert2023-02-101-0/+271
|/
* zebra: remove one unnecessary check for l3vni nbanlan_cs2022-05-201-16/+14
* zebra: remove unnecessary check for "zevpn_vrf"anlan_cs2022-05-141-7/+0
* zebra: Convert to `struct zebra_l3nvi` as per our internal standardDonald Sharp2021-09-021-1/+1
* Merge pull request #8358 from idryzhov/fix-nb-vrf-crashMark Stapp2021-04-011-7/+0
|\
| * *: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov2021-03-281-7/+0
* | zebra: North-bound implementation for zebra rmapsSarita Patra2021-03-301-320/+0
|/
* zebra: make ribs config falseIgor Ryzhov2021-03-161-55/+0
* *: fix aborts when validating configurationIgor Ryzhov2021-03-161-2/+12
* zebra: Allow `set src X` to work on startupDonald Sharp2020-11-131-12/+16
* *: Correct spelling stuffDonald Sharp2020-10-291-1/+1
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-7/+5
* zebra: fix crash in vrf-vni mappingChirag Shah2020-08-081-15/+26
* zebra: evpn l3vni map to vrf nb changesChirag Shah2020-07-211-93/+146
* zebra: Moving afi-safi identity to libvdhingra2020-07-161-1/+1
* *: convert northbound callbacks to new error handling modelRenato Westphal2020-05-291-20/+30
* zebra: rib northbound callback implementationChirag Shah2020-05-121-5/+6
* zebra: add zebra container to rib modelChirag Shah2020-05-121-3/+3
* zebra: northbound changes for the rib modelChirag Shah2020-05-121-9/+34
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-318/+205
* zebra: add northbound support for zebra interfaceChirag Shah2020-04-161-69/+147
* zebra: add nb callbacks for zebra if stateChirag Shah2020-04-161-86/+18
* zebra: nb callbacks supportChirag Shah2020-04-161-0/+1662