Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module dependency check is not strict enough #475

Closed
ipspace opened this issue Sep 21, 2022 · 0 comments
Closed

Module dependency check is not strict enough #475

ipspace opened this issue Sep 21, 2022 · 0 comments

Comments

@ipspace
Copy link
Owner

ipspace commented Sep 21, 2022

The current module dependency check verifies that the global list of modules is consistent (all required modules are included in the global module list) and that the device-specific requirements are met by each node. It obviously does not check whether a node module list is consistent, or this topology wouldn't make it through (causing #466 as a side effect):

defaults.device: eos

nodes:
  r1:
    module: [ vlan, vxlan ]
  r2:
    module: [ vxlan ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant