Skip to content

Fix up the RHEL configs for xtables and ipset

Justin M. Forbes requested to merge jmflinuxtx/kernel-ark:rhel_xtables into os-build

At some point, we had an MR which disabled xtables and ipset. This put configs to turn them off in the ark/generic directory. Quite a bit later, it was decided to revert that change, and MR2267 was created to do that. In the meantime, the ark directory was renamed to rhel. As that MR was deleting files in ark, and they had already been deleted, this was not raised as a problem, but we did not get the desired result because those files do still exist in the rhel directory. This change simply deletes the files in the rhel/generic directory making things work as MR2267 intended.

Link:#105 (closed) Cc: Phil Sutter psutter@redhat.com Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org

Merge request reports