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

Documentation for meaning of each ipset type component missing #1007

Open
dead-claudia opened this issue Aug 16, 2022 · 0 comments
Open

Documentation for meaning of each ipset type component missing #1007

dead-claudia opened this issue Aug 16, 2022 · 0 comments
Labels
documentation Documentation only change. easy Effort is estimated to be easy.

Comments

@dead-claudia
Copy link

I've inferred from https://github.com/firewalld/firewalld/blob/master/src/firewall/core/io/ipset.py that each component of the type attribute of <ipset>s means the following:

  • ip: IP address
  • net: IP address, IP range, or subnet mask
  • mac: MAC address
  • port: either a local port or protocol:port pair with the following named protocols supported: icmp, icmpv6/ipv6-icmp, tcp, udp, udplite, and sctp (it doesn't actually delegate to /etc/protocols for textual shorthands)
  • mark: a 32-bit integer mark as documented in https://firewalld.org/documentation/man-pages/firewalld.richlanguage.html
  • iface: network interface (say, eth0 or enp0s3)

None of this appears properly documented anywhere, either in the man page or the website. Could this be corrected?

@erig0 erig0 added the documentation Documentation only change. label Sep 6, 2022
@erig0 erig0 added the easy Effort is estimated to be easy. label Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation only change. easy Effort is estimated to be easy.
Projects
None yet
Development

No branches or pull requests

2 participants