summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Use a bool for startup indicationsDonald Sharp2021-10-055-29/+29
* zebra: On interface startup note that we are in startupDonald Sharp2021-10-041-1/+1
* Merge pull request #9650 from mjstapp/fix_dup_lookup_netlinkSri Mohana Singamsetty2021-09-231-10/+0
|\
| * zebra: stop asking for AF_BRIDGE interface info twiceMark Stapp2021-09-211-10/+0
* | Merge pull request #9416 from pguibert6WIND/vxlan_evpn_updatesSri Mohana Singamsetty2021-09-215-51/+125
|\ \
| * | zebra: refresh vxlan evpn contexts, when bridge interface goes upPhilippe Guibert2021-09-173-0/+6
| * | zebra: handle bridge mac address update in evpn contextsPhilippe Guibert2021-09-175-18/+66
| * | zebra: update zl3vni when bridge link refreshed in other namespacesPhilippe Guibert2021-09-071-33/+53
* | | Merge pull request #9052 from mjstapp/dplane_incoming_devDonald Sharp2021-09-2116-75/+760
|\ \ \
| * | | zebra: intf address handler is platform-neutralMark Stapp2021-09-143-116/+98
| * | | zebra: use the dataplane to read netlink intf addr changesMark Stapp2021-09-148-20/+217
| * | | zebra: add interface address apis for dplaneMark Stapp2021-09-142-1/+328
| * | | zebra: add new dplane op codes for interface addr eventsMark Stapp2021-09-145-1/+32
| * | | zebra: add intf accessors for dplane contextsMark Stapp2021-09-142-4/+116
| * | | zebra: replace sockunion2str in kernel_socket.cMark Stapp2021-09-141-11/+5
| * | | lib,zebra: use more constMark Stapp2021-09-142-18/+23
| * | | zebra: use uint32_t instead of __u32Mark Stapp2021-09-141-1/+1
| * | | zebra: add inbound netlink socket for dataplaneMark Stapp2021-09-144-23/+60
* | | | zebra: Fix ignored return value from inet_ptonDonald Sharp2021-09-201-1/+2
| |_|/ |/| |
* | | zebra: Fix case default usage w/ enum'sDonald Sharp2021-09-141-8/+0
* | | Merge pull request #9486 from slankdev/slankdev-srv6-no-cli-1Igor Ryzhov2021-09-143-13/+105
|\ \ \
| * | | zebra: add srv6's no commandsHiroki Shirokura2021-09-071-0/+34
| * | | zebra: elliminate srv6 locator auto allocation by zlicnet requestHiroki Shirokura2021-09-071-13/+1
| * | | zebra: implement srv6 locator add/delete notification via ZAPIHiroki Shirokura2021-09-072-0/+70
| | |/ | |/|
* | | Merge pull request #9593 from proelbtn/fix-recursive-seg6Russ White2021-09-141-0/+8
|\ \ \ | |_|/ |/| |
| * | zebra: copy nexthop_srv6 in nexthop_set_resolvedRyoga Saito2021-09-111-0/+8
* | | Merge pull request #9602 from nkelapur/masterDonald Sharp2021-09-143-1/+14
|\ \ \
| * | | zebra: Fix IPv4 routes with IPv6 link local next hops install in FPMNikhil Kelapure2021-09-133-1/+14
* | | | Merge pull request #9364 from LabNConsulting/ziemba/vrf_name_to_id-unknownIgor Ryzhov2021-09-141-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | vrf_name_to_id(): removeG. Paul Ziemba2021-09-071-1/+7
* | | | Merge pull request #9479 from AnuradhaKaruppiah/stale_pathDonatas Abraitis2021-09-121-1/+1
|\ \ \ \
| * | | | zebra: Send path del to bgp for local-inactive pathAnuradha Karuppiah2021-09-071-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #9475 from iqras23/change1Donatas Abraitis2021-09-122-8/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: VRF-Lite fix nexthop typeKantesh Mundaragi2021-09-072-8/+9
| |/ /
* | | zebra: If we hand set the router-id only update everyone if it changesDonald Sharp2021-09-071-3/+12
* | | zebra: Do not send a router-id of 0.0.0.0 when we don't know it yetDonald Sharp2021-09-071-1/+13
|/ /
* | zebra: Convert to `enum zebra_slave_iftype` as per our internal standardDonald Sharp2021-09-023-7/+8
* | zebra: Convert to `enum zebra_iftype` as per our internal standardDonald Sharp2021-09-023-8/+8
* | zebra: Convert to `struct zebra_fec` as per our internal standardDonald Sharp2021-09-022-41/+37
* | zebra: Convert to `struct zebra_lsp` as per our internal standardDonald Sharp2021-09-027-92/+91
* | zebra: Convert to `struct zebra_nhlfe` as per our internal standardDonald Sharp2021-09-028-184/+170
* | zebra: Convert to `struct zebra_ile` as per our internal standardDonald Sharp2021-09-022-21/+20
* | zebra: Convert to `struct zebra_neigh` as per our internal standardDonald Sharp2021-09-025-150/+155
* | zebra: Convert to `struct zebra_l3nvi` as per our internal standardDonald Sharp2021-09-026-139/+138
* | zebra: Convert to `struct zebra_vxlan_sg` as per our internal standardDonald Sharp2021-09-022-26/+28
* | zebra: Convert to `struct zebra_mac` as per our internal standardDonald Sharp2021-09-0211-202/+220
* | zebra: Convert to `struct zebra_vtep` as per our internal standardDonald Sharp2021-09-024-31/+32
* | zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp2021-09-0211-301/+303
|/
* Merge pull request #9488 from pguibert6WIND/fix_nhrp_neigh_stateRuss White2021-08-282-3/+15
|\
| * lib, zebra: complete the ndm flags on zclient apiPhilippe Guibert2021-08-261-2/+13