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
TUNNEL_GRE_FLAGS supports [i|o]seq and [i|o]csum, but not any other flags that gre interfaces can have, such as ignore-df (see ip-link(8)).
TUNNEL_GRE_FLAGS
[i|o]seq
[i|o]csum
gre
ignore-df
ip-link(8)
I have an interface gre1 that needs to have the ignore-df flag set, but there's no way to configure this with wicked.
gre1
I tried added it to TUNNEL_GRE_FLAGS but got this:
$ wicked ifreload gre1 wicked: ifcfg-gre1: Unsupported TUNNEL_GRE_FLAGS="ignore-df" wicked: skipping gre1 set-up: no configuration available
TUNNEL_GRE_FLAGS should support all flags supported by ip-link(8), including ignore-df.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TUNNEL_GRE_FLAGS
supports[i|o]seq
and[i|o]csum
, but not any other flags thatgre
interfaces can have, such asignore-df
(seeip-link(8)
).I have an interface
gre1
that needs to have theignore-df
flag set, but there's no way to configure this with wicked.I tried added it to
TUNNEL_GRE_FLAGS
but got this:$ wicked ifreload gre1 wicked: ifcfg-gre1: Unsupported TUNNEL_GRE_FLAGS="ignore-df" wicked: skipping gre1 set-up: no configuration available
TUNNEL_GRE_FLAGS
should support all flags supported byip-link(8)
, includingignore-df
.The text was updated successfully, but these errors were encountered: