RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1541077 - ipset hash:mac inet6 is not supported but accepted
Summary: ipset hash:mac inet6 is not supported but accepted
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: firewalld
Version: 8.2
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: 8.3
Assignee: Vrinda
QA Contact: Jiri Peska
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-02-01 16:07 UTC by Tomas Dolezal
Modified: 2020-11-04 01:40 UTC (History)
4 users (show)

Fixed In Version: firewalld-0.8.2-2.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 01:39:57 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:4461 0 None None None 2020-11-04 01:40:21 UTC

Description Tomas Dolezal 2018-02-01 16:07:16 UTC
Description of problem:
hash:mac does not allow family parameter.
ipset(8):This parameter is valid for the create command of all hash type sets except for hash:mac.
Firewalld permits it's configuration while it should not.

Version-Release number of selected component (if applicable):
firewalld-0.4.4.4-14.el7.noarch
ipset-6.29-1.el7.x86_64
kernel-4.14.0-29.el7a.x86_64

How reproducible:
always

Steps to Reproduce:
firewall-cmd --permanent --new-ipset hashmac --type hash:mac
success
firewall-cmd --permanent --new-ipset hashmacv6 --type hash:mac --family inet6
success

Actual results:
both ipsets are defined, but inet6 is not supported in ipset/(kernel?)
2018-02-01 11:04:52 ERROR: Failed to load ipset file '/etc/firewalld/ipsets/hashmacv6.xml': INVALID_OPTION: Unsupported option 'family' for type 'hash:mac'

Expected results:
failure on invalid family specification for hash:mac ipset type

Additional info:

Comment 1 Eric Garver 2018-02-01 16:18:32 UTC
The error is correct, but firewalld isn't propagating the error to firewall-cmd. The error can be seen in the firewalld logs though.

Comment 2 Tomas Dolezal 2018-02-01 17:21:15 UTC
the issue is not the (hidden) error, which is asynchronous to the --permanent+new, but the ability to create a configuration which is inevitably broken, successfully.

Unlike in firewall-offline-cmd, there's runtime which should be able to assess the configuration from environmental/other point of view.

there can be cases in which the assessment might not be possible, but not in this one. For others e.g. kernel refusing to accept a rule due to unknown constraints.

Comment 3 Eric Garver 2018-04-05 19:00:03 UTC
Currently firewalld only checks "ipset --help" output to guess if an ipset type is supported. This should be improved by attempting to create an ipset to verify the kernel actually supports the type.

See class ipset, method supported_types().

Comment 4 Eric Garver 2018-06-06 15:58:25 UTC
--family does not make sense with hash:mac. We should be able to deny this pretty early, long before it it's accepted to the configuration file.

Comment 6 Eric Garver 2020-05-07 17:25:03 UTC
This is a minor issue and there are no plans to fix this in RHEL-7. Moving to RHEL-8.

Comment 8 Vrinda 2020-06-30 18:09:00 UTC
Upstream:
dddba7b9c276 ("fix(cli): add ipset type hash:mac is incompatible with the family parameter")

Comment 14 errata-xmlrpc 2020-11-04 01:39:57 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (firewalld bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:4461


Note You need to log in before you can comment on or make changes to this bug.