index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zebra
/
rt_netlink.c
Age
Commit message (
Expand
)
Author
2022-12-12
zebra: Add ctx to netlink message parsing
Donald Sharp
2022-11-07
Merge pull request #12238 from donaldsharp/append
Donatas Abraitis
2022-11-04
lib, zebra: Add ability to encode/decode resilient nhg's
Donald Sharp
2022-11-04
lib, zebra: Allow for zebra to recognize that a route has gotten desynced
Donald Sharp
2022-10-18
zebra, lib: add support for SRv6 End.DT46 behavior
Carmine Scarpitta
2022-08-17
zebra: use rib_add_multipath in rt_netlink.c
Donald Sharp
2022-08-17
zebra: Create a zebra_rib_route_entry_new function and use it
Donald Sharp
2022-07-17
zebra: Avoid buffer overflow using netlink_parse_rtattr_nested()
Donatas Abraitis
2022-07-07
zebra: fix remaining MR RTM_GETROUTE oddities
David Lamparter
2022-07-06
zebra: IIF/OIF are not used in MR RTM_GETROUTE
David Lamparter
2022-07-06
zebra: netlink MR is a rtmsg, not ndmsg
David Lamparter
2022-07-06
zebra: correctly ignore multicast nl msgs
David Lamparter
2022-07-01
zebra: Add more cases to proto2zebra for understanding kernel routes
Donald Sharp
2022-07-01
zebra: Notice to end operator when a failure happens
Donald Sharp
2022-06-27
zebra: add support for maintaining local neigh entries
Anuradha Karuppiah
2022-06-24
Merge pull request #11464 from donaldsharp/linkdown
Russ White
2022-06-23
lib, zebra: Notice when a nexthop is set linkdown
Donald Sharp
2022-06-23
zebra: rtnetlink: flow attr per gateway attr in multipath updates
Ricardo
2022-05-13
zebra: remove unnecessary check for "zevpn_vrf"
anlan_cs
2022-05-11
*: Properly use memset() when zeroing
Donatas Abraitis
2022-04-28
zebra: Modify base code to get ipv6 stats from kernel
Mobashshera Rasool
2022-04-20
zebra: Add tracepoint for netlink_route_change_read_unicast
Donald Sharp
2022-04-20
zebra: Add netlink_nexthop_change tracepoint
Donald Sharp
2022-04-19
*: Fix spelling of inteface
Donald Sharp
2022-03-30
zebra: remove unnecessary check for parsing macfdb
anlan_cs
2022-03-20
Merge pull request #9953 from donaldsharp/system_route_replace
Donatas Abraitis
2022-02-08
zebra: Remove `struct nlsock` from dataplane information and use `int fd`
Donald Sharp
2022-02-08
Merge pull request #9066 from donaldsharp/ships_in_the_night
Russ White
2022-02-08
Merge pull request #9649 from proelbtn/add-support-for-end-dt4
Russ White
2022-02-07
zebra: Fix ships in the night issue
Donald Sharp
2022-02-04
zebra: Add kernel nexthop group support to `show zebra`
Donald Sharp
2022-01-26
zebra: Better handle replacing our route by a system route
Donald Sharp
2021-11-22
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
zebra: add support for End.DT4
Ryoga Saito
2021-10-28
zebra: Fix netlink RTM_NEWNEXTHOP parsing for nested attributes
Donald Sharp
2021-10-12
Merge pull request #9686 from idryzhov/fix-nda-lladdr
Donald Sharp
2021-10-04
zebra: Use a bool for startup indications
Donald Sharp
2021-09-28
zebra: fix buffer overflow
Igor Ryzhov
2021-09-02
zebra: Convert to `struct zebra_nhlfe` as per our internal standard
Donald Sharp
2021-08-26
lib, zebra: complete the ndm flags on zclient api
Philippe Guibert
2021-08-10
zebra: ignore unknown address-family in netlink route msg
Mark Stapp
2021-07-19
zebra: use more const
Mark Stapp
2021-06-02
zebra: early return on seg6local nlmsg crafting
Hiroki Shirokura
2021-06-02
lib,sharpd,zebra: update nexthop object with nh_srv6
Hiroki Shirokura
2021-06-02
zebra: fill_seg6ipt_encap func with boundary check
Hiroki Shirokura
2021-06-02
zebra: error check for nl_attr_xxx
Hiroki Shirokura
2021-06-02
zebra: use const on fill_seg6ipt_encap func
Hiroki Shirokura
2021-06-02
zebra: fix implicit conversion
Hiroki Shirokura
2021-06-02
*: use one line init instead of memset and format it
Hiroki Shirokura
2021-06-02
zebra: fix compile error of missing-braces
Hiroki Shirokura
[prev]
[next]