From 8894cf869cbca15e841e7dd6d887ab057761372a Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 29 Jan 2003 15:57:11 +0000 Subject: [PATCH] Remove 'noping' from interfaces examples git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@424 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/interfaces | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall/interfaces b/Shorewall/interfaces index 070df08d1..29490d9b5 100644 --- a/Shorewall/interfaces +++ b/Shorewall/interfaces @@ -119,14 +119,14 @@ # Example 2: The same configuration without specifying broadcast # addresses is: # -# net eth0 detect noping,dhcp +# net eth0 detect dhcp # loc eth1 detect routestopped # dmz eth2 detect # # Example 3: You have a simple dial-in system with no ethernet -# connections and you want to ignore ping requests. +# connections. # -# net ppp0 - noping +# net ppp0 - ############################################################################## #ZONE INTERFACE BROADCAST OPTIONS #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE