Open ghost opened 3 years ago
also ospf routes missing in routing table (iproute2)
Could this be related to linux kernel 5.12.+ Got a problem very similar.. ZEBRA: libyang: Schema node "condition" not found (./condition = 'ipv4-prefix-length' or ./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition".
compilation and execution context equal, problem show up with (new) kernel 5.12.3
Is there any progress on understanding that zebra trouble??
My mistake (not related to kernel, didn't noticed libyang version was changed to 1.0.255) problem show with libyang version 1.0.215 (still show up with 1.0.255) zebra complains about.... Starting zebra daemon...2021/05/14 06:41:50 ZEBRA: libyang: Schema node "condition" not found (./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/05/14 06:41:50 ZEBRA: libyang: Schema node "condition" not found (./condition = 'ipv4-prefix-length' or ./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/05/14 06:41:50 ZEBRA: libyang: Schema node "condition" not found (./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/05/14 06:41:50 ZEBRA: libyang: Schema node "condition" not found (./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/05/14 06:41:50 ZEBRA: libyang: Schema node "condition" not found (./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/05/14 06:41:50 ZEBRA: libyang: Schema node "action" not found (./action) with context node "/frr-route-map:lib/route-map/entry/set-action". 2021/05/14 06:41:50 ZEBRA: libyang: Schema node "action" not found (./action) with context node "/frr-route-map:lib/route-map/entry/set-action".
Back tracking to libyang-1.0.184
I'm getting this error as well. Using libyang1 (1.0.255) and frr (7.6). Could someone explain what the getsockopt call here is supposed to do and why it would fail? Thank you.
https://github.com/FRRouting/frr/blob/master/zebra/dplane_fpm_nl.c#L517
I can't attach zebra to fpm throuth tcp . Can you please help?
netstat or ss doesnt show any tcp connections (1234 or default 2620) also sh zebra fpm stats show me zero route counters any examples how does fpm + zebra work?
( -M fpm:netlink or -M fpm:protobuf, or -M dplane_fpm_nl)
zebra 7.7-dev-eugene-gddbc1b4dd Ubuntu 18.04.5 LTS \n \l
Also same issue with gentoo package
net-misc/frr
withfpm
flag enabledas you see, zero counters everywhere.