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

Add TUNNEL_GRE_FLAGS support for ALL flags supported by ip-link(8) including ignore-df #878

Open
archiecobbs opened this issue Aug 28, 2021 · 0 comments

Comments

@archiecobbs
Copy link

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)).

I have an interface gre1 that needs to have the ignore-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 by ip-link(8), including ignore-df.

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