Replies: 1 comment
-
Nope. ipv4: True means "this interface can run IPv4, but does not have its own IPv4 address". The implementation is up to the creator of the configuration template. However, I suspect you might have a problem with anything but EBGP-over-LLA running over that interface. For example, what source IP address will OSPFv2 use? What will be the source IP address in "ICMP TTL exceeded" reply to a traceroute? |
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.
-
Test cases like
bgp/21-dual-stack-unnumbered
configure an unnumbered ipv4 address based on the system loopback.However, some platforms - like SR Linux - also support simply enabling ipv4 on the interface, without the
unnumbered
IPI can delete the 'unnumbered' stanza and the test still passes
Would it make sense to distinguish between these 2 cases, and support enabling ipv4 without assigning an address?
Beta Was this translation helpful? Give feedback.
All reactions