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

IPv6 default gateway not set when using NETCFG_TYPE="interfaces" #199

Open
hydro-b opened this issue Feb 12, 2025 · 0 comments
Open

IPv6 default gateway not set when using NETCFG_TYPE="interfaces" #199

hydro-b opened this issue Feb 12, 2025 · 0 comments

Comments

@hydro-b
Copy link

hydro-b commented Feb 12, 2025

As a workaround for issue I configured NETCFG_TYPE="interfaces" as a context attribute. This works, however, the resulting interfaces file does not have a (default) "gateway" entry for inet6 static interface:

iface ens3 inet6 static
  address dead:beef::
  netmask 64

Instead of

iface ens3 inet6 static
  address dead:beef::
  netmask 64
  gateway dead:beef::1
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

No branches or pull requests

1 participant