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

innitial creation of debian routes sets options as absent #160

Closed
igalic opened this issue May 6, 2016 · 0 comments · Fixed by #161
Closed

innitial creation of debian routes sets options as absent #160

igalic opened this issue May 6, 2016 · 0 comments · Fixed by #161

Comments

@igalic
Copy link
Contributor

igalic commented May 6, 2016

with an empty /etc/network/routes file,

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)

@igalic igalic changed the title innitial creation of ipv6 routes sets options as absent innitial creation of debian routes sets options as absent May 6, 2016
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

Successfully merging a pull request may close this issue.

1 participant