diff --git a/src/opnsense/scripts/OPNsense/CaptivePortal/lib/ipfw.py b/src/opnsense/scripts/OPNsense/CaptivePortal/lib/ipfw.py index fb2bf1743..b35a2e46c 100755 --- a/src/opnsense/scripts/OPNsense/CaptivePortal/lib/ipfw.py +++ b/src/opnsense/scripts/OPNsense/CaptivePortal/lib/ipfw.py @@ -75,7 +75,6 @@ class IPFW(object): :param address: ip address or net to add to table :return: """ - subprocess.run(['/sbin/ipfw', 'table', str(table_number), 'add', address], capture_output=True) ipfw_tbl = self.list_table(table_number) rule_number = str(self._add_accounting(address)) if address not in ipfw_tbl: