-
-
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
Change netmask to cidr for redhat/centos #209
Comments
Any news on this? It took me a while to figure this issue out, especially since the |
@olifre I will try and take a look at this tonight. |
@olifre The |
same problem as #281 |
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sec-Configuring_Static_Routes_in_ifcfg_files.html
As you can see redhat/centos no longer uses ipaddress/netmask for route creation therefore route files can be created but won't be applied. Fix is to remove netmask from redhat route ruby code and replace it with cidr instead.
i have a quick example how to archive this with no ruby code at all but as well without checking here:
https://github.com/dn1s/puppet_network
The text was updated successfully, but these errors were encountered: