summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: remove unnecessary check for "zevpn_vrf"anlan_cs2022-05-141-6/+0
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* zebra: Modify base code to get ipv6 stats from kernelMobashshera Rasool2022-04-281-11/+49
* zebra: Add tracepoint for netlink_route_change_read_unicastDonald Sharp2022-04-201-0/+3
* zebra: Add netlink_nexthop_change tracepointDonald Sharp2022-04-201-0/+3
* *: Fix spelling of intefaceDonald Sharp2022-04-191-1/+1
* zebra: remove unnecessary check for parsing macfdbanlan_cs2022-03-301-1/+1
* Merge pull request #9953 from donaldsharp/system_route_replaceDonatas Abraitis2022-03-201-1/+1
|\
| * zebra: Better handle replacing our route by a system routeDonald Sharp2022-01-261-1/+1
* | zebra: Remove `struct nlsock` from dataplane information and use `int fd`Donald Sharp2022-02-081-3/+10
* | Merge pull request #9066 from donaldsharp/ships_in_the_nightRuss White2022-02-081-2/+2
|\ \
| * | zebra: Fix ships in the night issueDonald Sharp2022-02-071-2/+2
* | | Merge pull request #9649 from proelbtn/add-support-for-end-dt4Russ White2022-02-081-0/+26
|\ \ \ | |/ / |/| |
| * | zebra: add support for End.DT4Ryoga Saito2021-11-221-0/+26
* | | zebra: Add kernel nexthop group support to `show zebra`Donald Sharp2022-02-041-1/+2
| |/ |/|
* | *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-14/+13
* | zebra: Fix netlink RTM_NEWNEXTHOP parsing for nested attributesDonald Sharp2021-10-281-1/+2
* | Merge pull request #9686 from idryzhov/fix-nda-lladdrDonald Sharp2021-10-121-2/+1
|\ \
| * | zebra: fix buffer overflowIgor Ryzhov2021-09-281-2/+1
| |/
* / zebra: Use a bool for startup indicationsDonald Sharp2021-10-051-14/+14
|/
* zebra: Convert to `struct zebra_nhlfe` as per our internal standardDonald Sharp2021-09-021-8/+7
* lib, zebra: complete the ndm flags on zclient apiPhilippe Guibert2021-08-261-2/+13
* zebra: ignore unknown address-family in netlink route msgMark Stapp2021-08-101-0/+6
* zebra: use more constMark Stapp2021-07-191-7/+7
* zebra: early return on seg6local nlmsg craftingHiroki Shirokura2021-06-021-2/+2
* lib,sharpd,zebra: update nexthop object with nh_srv6Hiroki Shirokura2021-06-021-150/+176
* zebra: fill_seg6ipt_encap func with boundary checkHiroki Shirokura2021-06-021-4/+21
* zebra: error check for nl_attr_xxxHiroki Shirokura2021-06-021-55/+92
* zebra: use const on fill_seg6ipt_encap funcHiroki Shirokura2021-06-021-1/+1
* zebra: fix implicit conversionHiroki Shirokura2021-06-021-2/+2
* *: use one line init instead of memset and format itHiroki Shirokura2021-06-021-6/+6
* zebra: fix compile error of missing-bracesHiroki Shirokura2021-06-021-2/+2
* *: fix code format accourding to checkpatchHiroki Shirokura2021-06-021-6/+7
* zebra: parse non-zebra seg6 configuration via netlink (step3)Hiroki Shirokura2021-06-021-0/+44
* zebra: ZEBRA_ROUTE_ADD supports seg6 route (step3)Hiroki Shirokura2021-06-021-0/+52
* zebra: parse non-zebra seg6local configuration via netlink (step1)Hiroki Shirokura2021-06-021-0/+48
* zebra: ZEBRA_ROUTE_ADD supports seg6local route (step1)Hiroki Shirokura2021-06-021-0/+118
* zebra: memset the `struct rtattr *tb[SIZE]` in setting functionDonald Sharp2021-05-121-7/+0
* zebra, lib: replace ZEBRA_ROUTE_NEIGH with simplified versionPhilippe Guibert2021-04-131-4/+15
* nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-131-2/+11
* zebra: move neighbor table configuration to dplane contextsPhilippe Guibert2021-04-091-52/+50
* zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert2021-04-091-25/+56
* zebra: handler for configuring neighbor tablePhilippe Guibert2021-04-091-0/+52
* 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-091-10/+19
* zebra: link layer config and notification, implementation in zebraPhilippe Guibert2021-04-091-1/+32
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter2021-03-141-38/+19
* 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