We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
absent
with an empty /etc/network/routes file,
/etc/network/routes
network_route { '2a01:4f8:211:9d5:53::/96': ensure => 'present', gateway => '2a01:4f8:211:9d5::2', interface => 'eth0', netmask => 'ffff:ffff:ffff:ffff:ffff:ffff::', network => '2a01:4f8:211:9d5:53::', }
will create
2a01:4f8:211:9d5:53:: ffff:ffff:ffff:ffff:ffff:ffff:: 2a01:4f8:211:9d5::2 eth0 absent
this seems wrong (but i'm not sure it's bad)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
with an empty
/etc/network/routes
file,will create
this seems wrong (but i'm not sure it's bad)
The text was updated successfully, but these errors were encountered: