Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRR introduced a local host-route protocol which is installed by kernel #139

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

Cellebyte
Copy link
Collaborator

@Cellebyte Cellebyte commented Sep 9, 2024

https://github.com/FRRouting/frr/blob/master/lib/route_types.txt

Linux represents them as

local 172.22.172.128 dev veth4d8a11d648c table local proto kernel scope host src 172.22.172.128

FRR says they look like this

show ip route vrf default local
Codes: K - kernel route, C - connected, L - local, S - static,
       R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
       T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP,
       F - PBR, f - OpenFabric, t - Table-Direct,
       > - selected route, * - FIB route, q - queued, r - rejected, b - backup
       t - trapped, o - offload failure

L * 172.22.172.128/32 is directly connected, dum.cluster, 00:08:39

@MaxRink MaxRink merged commit 8e0d22f into main Sep 10, 2024
6 checks passed
@Cellebyte Cellebyte deleted the fix/protocol-local branch September 18, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants