Replies: 1 comment
-
Fixed by #16300 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it not possible for FRR to learn/pull all connected routes from host including
lxc/veth
interfaces specifically if those interfaces itself do not have an IP address assigned but only routes in main kernel table?The functionality that I am looking for is what Bird does with kernel Protocol:
The behavior with FRR is so that it can see all those lxc interfaces however I am suspecting that since there is no IP address assigned to those, it does not populate its routing table for those.
Example routes on host:
On FRR side, I only see:
Now how do I make FRR/zebra to also pull that
lxc0c61e4272b4c
route as well if it is possible?Beta Was this translation helpful? Give feedback.
All reactions