Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
firewalld.27854
0003-firewall-offline-cmd-fail-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0003-firewall-offline-cmd-fail-fix.patch of Package firewalld.27854
From 67fff2973e2b840f2ec2159cad3e5df35e18ce2c Mon Sep 17 00:00:00 2001 From: Mohd Saquib <mohd.saquib@suse.com> Date: Fri, 13 Jan 2023 14:49:23 +0530 References: bsc#1206928 Upstream: no Subject: [PATCH] Fixed firewall-offline-cmd fails with ERROR diff --git a/src/firewall/core/fw.py b/src/firewall/core/fw.py index 15284a4..05055bf 100644 --- a/src/firewall/core/fw.py +++ b/src/firewall/core/fw.py @@ -70,7 +70,9 @@ class Firewall(object): if self._offline: self.ip4tables_enabled = False + self.ipv4_supported_icmp_types = [ ] self.ip6tables_enabled = False + self.ipv6_supported_icmp_types = [ ] self.ebtables_enabled = False self.ipset_enabled = False self.ipset_supported_types = IPSET_TYPES -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor