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

New module: iproute2 #730

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

New module: iproute2 #730

wants to merge 10 commits into from

Conversation

costasd
Copy link

@costasd costasd commented Aug 31, 2023

This changeset introduces a new module, called iproute2, based on the Interface module, that enables testing of different network parameters through the use of different iproute2 tools, such as the ip family of tools or bridge.

Right now, the following are supported and exposed through relevant methods:

  • ip-address
  • ip-link
  • ip-route
  • ip-rule
  • ip-vrf
  • ip-tunnel
  • ip-netns
  • bridge vlan
  • bridge link
  • bridge fdb
  • bridge mdb

Furthermore, execution can be optionally contained into a specific family (inet or inet6) or a particular namespace.

Relevant tests and documentation for each of these methods is included with the module code.

@costasd
Copy link
Author

costasd commented Aug 31, 2023

👋 Not sure if you'd prefer an accompanying issue with this PR - happy to if needed - Thanks!

@philpep philpep added the enhancement This issue/PR relates to a feature request. label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue/PR relates to a feature request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants