Replies: 1 comment 2 replies
-
You have the infinite bad luck of picking the crappiest operating systems out there :( However, how do you want to handle two-way redistribution between two routing protocols where you have to specify instance ID?
If anything, it would make sense to configure all IGPs before BGP. I created a PR that does that and am currently running tests to see whether anything crashes. Expect some results in a day or two...
That won't work for complex reasons that have to do with the crappy way Ansible handles loops. The configuration sequence of modules is set globally and the node "module" list is only consulted to see whether to include that task list or not. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Working on adding support for BGP route imports, I encountered an issue where test 31-import-policy fails because OS10 requires the OSPF process id to be configured before adding
redistribute ospf X
(where X is the OSPF process ID)Can we add a global constraint to configure OSPF before BGP, or would you prefer a quirk which reorders the modules only for Dell OS10?
Beta Was this translation helpful? Give feedback.
All reactions