-
Notifications
You must be signed in to change notification settings - Fork 107
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
Routing rules improvement #536
Comments
The package is renamed to
this is not correct (at least not for a very long time)... well, it depend on how you define "routing-rules support". NM won't use ifcfg rules files. If you want to use those and want NetworkManager to manage the ifcfg file, then you could use the dispatcher script. But that seems not a great solution. Either use network-scripts if you want to use network-scripts (and their rule files), or use NetworkManager's way to configure routing rules.
With what content exactly? NetworkManager itself does not honor those files. In NetworkManager API, tables are only numbers. This role supports readingthose files. They need to be generated by the user first (e.g. by an accompanying part of the playbook).
Makes sense. |
I want only use yours module as complex solution for confuguring all host network properties witch resolve all dependencies that needs for correct work. If you think thats all right it current implementation its ok, you have more much knowledge in network settings than me, I can be wrong
Will wait for it |
Thank you for taking the time to report this.
What is your use case, what would you like to achieve? Since the format is pretty simple, the ansible.builtin.lineinfile module seems to be sufficient to handle this. It seems an example for this would be an great addition here .
The initscripts support is in bugfix mode. What is your use case for these instead of using NM? |
Im very new in Ansible and my example maybe not correct but Im using this code before yours Role. You can rework it:
With definition values in host/group vars as
To use in systems where NM is disabled with some architector's reasons |
I just spent about 4 hours troubleshooting this same issue myself, and it appears I'm having the exact same issue. Is there anything that I could provide to help with the bug using route tables on initscripts mode? |
Or maybe we could at least state clearly in the README that route tables are not supported for initscripts mode? |
Please add some features:
The text was updated successfully, but these errors were encountered: