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

missing support for bridges/eb-familiy #298

Closed
sircubbi opened this issue Aug 13, 2020 · 0 comments · Fixed by #299
Closed

missing support for bridges/eb-familiy #298

sircubbi opened this issue Aug 13, 2020 · 0 comments · Fixed by #299

Comments

@sircubbi
Copy link
Contributor

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.14.0
  • Ruby: 2.5.7
  • Distribution: CentOS 8
  • Module version: 4.3.0

How to reproduce (e.g Puppet code you use)

  firewalld_direct_rule { 'disable-vnet-stp':
    inet_protocol => 'eb',
    table         => 'filter',
    chain         => 'FORWARD',
    priority      => 10,
    args          => '-i "vnet+" -d BGA -j DROP';
  }

What are you seeing

Error: Failed to apply catalog: Parameter inet_protocol failed on Firewalld_direct_rule[disable-vnet-stp]: Invalid value "eb". Valid values are ipv4, ipv6.

What behaviour did you expect instead

I hoped to create a rule for the bridge-family.

Output log

Any additional information you'd like to impart

So far all resource-types only allow for "ipv4" and "ipv6". There need to be at least "eb" added to create rules for bridges.

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