Replies: 1 comment
-
Why would you need that from the lab topology perspective? The "passive" flag on the loopback interface makes no difference to the OSPF operation ("passive" flag just stops the HELLO protocol), and who knows which device would declare itself unhappy with that idea. If you need the passive flag on loopback to simplify your template, just add it in a quirk. |
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.
-
At
netlab/netsim/modules/ospf.py
Line 65 in 0fda70d
Could add
node.loopback.ospf.passive = True
Beta Was this translation helpful? Give feedback.
All reactions