summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, zebra: get gre informationPhilippe Guibert2021-04-301-0/+56
* zebra: add stub implementation for zebra gre source setPhilippe Guibert2021-04-302-0/+37
* zebra: storage of gre information in zebra layerPhilippe Guibert2021-04-306-3/+129
* Merge pull request #7165 from qlyoung/fix-zapi-codec-badnessRafael Zalamena2021-04-294-18/+12
|\
| * zebra: use safe stream decodes for evpn zapi msgQuentin Young2021-04-281-5/+8
| * pimd, zebra: explicit cast int netlink val to uintQuentin Young2021-04-281-1/+1
| * lib, bgpd, zebra: RA interval is unsignedQuentin Young2021-04-281-11/+2
| * bgpd, zebra: encode ip addr len as uint16Quentin Young2021-04-281-1/+1
* | zebra: msgdump debug strangeness cleanupDonald Sharp2021-04-291-35/+30
|/
* Merge pull request #8531 from mjstapp/fix_backups_miscRuss White2021-04-272-3/+56
|\
| * zebra: handle TE policy changes in LSP async notifsMark Stapp2021-04-211-0/+12
| * zebra: include inner labels with recursive backupsMark Stapp2021-04-211-0/+36
| * zebra: fix some issues in recursive backup nexthop codeMark Stapp2021-04-211-3/+8
* | Merge pull request #8488 from mjstapp/more_workqueueStephen Worley2021-04-275-41/+175
|\ \
| * | zebra: use workqueue for daemon-owned NHGsMark Stapp2021-04-155-41/+175
* | | Merge pull request #8517 from volta-networks/ldp_defer_zebra_updatesRenato Westphal2021-04-271-0/+8
|\ \ \
| * | | zebra: debug log for redistribute_delEmanuele Di Pascale2021-04-261-0/+8
* | | | Merge pull request #8538 from mjstapp/re_dump_nh_labelsRenato Westphal2021-04-271-2/+12
|\ \ \ \
| * | | | zebra: include nexthops' label stacks in debugsMark Stapp2021-04-221-2/+12
| | |_|/ | |/| |
* | | | zebra: handle gracefulRS/retain with proto NHGsStephen Worley2021-04-221-1/+32
* | | | zebra: add uptime to NHEsStephen Worley2021-04-223-12/+22
* | | | zebra: add PROTO_OWNED macro for NHE id bounds checkingStephen Worley2021-04-222-4/+6
| |/ / |/| |
* | | build: properly split CFLAGS from AC_CFLAGSDavid Lamparter2021-04-211-1/+1
* | | build: make builddir include path consistentDavid Lamparter2021-04-216-6/+6
* | | Merge pull request #8361 from rameshabhinay/change_1Russ White2021-04-201-11/+6
|\ \ \ | |/ / |/| |
| * | bgpd: vrf route leaking, fix vrf redistributeAbhinay Ramesh2021-04-071-11/+6
| |/
* | build: don't use $(top_srcdir) in vtysh_scanDavid Lamparter2021-04-131-1/+1
* | Merge pull request #8426 from idryzhov/fix-interface-nb-stale-pointersQuentin Young2021-04-131-2/+1
|\ \
| * | lib: fix interface nb stale pointersIgor Ryzhov2021-04-121-2/+1
| |/
* | Merge pull request #8145 from pguibert6WIND/nhrp_use_zebraMark Stapp2021-04-1313-75/+624
|\ \
| * | zebra, lib: replace ZEBRA_ROUTE_NEIGH with simplified versionPhilippe Guibert2021-04-133-11/+21
| * | nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-135-78/+36
| * | zebra: move neighbor table configuration to dplane contextsPhilippe Guibert2021-04-099-58/+207
| * | zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert2021-04-097-85/+216
| * | zebra: handler for configuring neighbor tablePhilippe Guibert2021-04-094-0/+81
| * | zebra: fixes NDA_DST in netlink_neigh_update() functionPhilippe Guibert2021-04-091-1/+2
| * | nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert2021-04-095-17/+108
| * | zebra: link layer config and notification, implementation in zebraPhilippe Guibert2021-04-097-1/+129
| |/
* / *: remove *.conf.sample filesQuentin Young2021-04-092-24/+0
|/
* 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