-
-
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
cannot add ipv6 address on debian #92
Comments
kinda surprised i haven't run into this. |
I've run into the same issue, but in my case, it was trying to use the module for an interface where both ipv4 and ipv6 are defined (the default in rackspace cloud) The offending lines are:
and the resulting error is:
|
we'll have to add the inet-family to the namevar. the problem with this is that we cannot use |
I'm working on a partial fix that will probably never get merged (b/c the real fix sounds really complicated). It basically just ignores ipv6 entries when there are duplicates. I'll share when I'm done, but this is more of a temporary fix so that I can move on ;) |
yea, i looked into a quick-fix myself, however, i think we'll have to extract the interface into its own variable, that is not and that's going to be a lot of work, especially if we want to keep it backward compatible… |
This looks like a duplicate of #99, so closing in favor of that. |
Hi,
I'm evaluating your module to see if I could use it both on debian and redhat. And If I could at the same time enable IPv6.
Unfortunately, it seems that adding an IPv6 address in the debian interfaces file does not work because this is duplicating the interface name :
adding the following :
yelds this :
The parser seems OK If I replace eth0 with eth1 or eth0:6, but debian is not and there is no IPv6 address configured.
Am I doing something wrong ?
The text was updated successfully, but these errors were encountered: