From 767f76e13e1e99405fd73959c8f3cb6038323423 Mon Sep 17 00:00:00 2001 From: Gregor Michels Date: Wed, 18 Jan 2023 00:15:12 +0100 Subject: [PATCH] sax-rgs-gw-core01: firewall allow ping (v4/6) from everywhere --- templates/gateways/sax-rgs-gw-core01/etc/config/firewall | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/gateways/sax-rgs-gw-core01/etc/config/firewall b/templates/gateways/sax-rgs-gw-core01/etc/config/firewall index b090926..2d82ed3 100644 --- a/templates/gateways/sax-rgs-gw-core01/etc/config/firewall +++ b/templates/gateways/sax-rgs-gw-core01/etc/config/firewall @@ -123,13 +123,11 @@ config rule option target ACCEPT option family ipv4 -# Allow IPv4 ping config rule option name Allow-Ping option src * option proto icmp option icmp_type echo-request - option family ipv4 option target ACCEPT config rule