From 1ec8b73540b3fd2917a2f0f96d5014c14ac85927 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 30 Aug 2006 01:14:52 +0000 Subject: [PATCH] Improve error message git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4480 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/functions b/Shorewall/functions index 42bf61bbc..f388069e4 100644 --- a/Shorewall/functions +++ b/Shorewall/functions @@ -571,7 +571,7 @@ validate_interfaces_file() { dhcp|tcpflags|arp_filter|routefilter|logmartians|sourceroute|blacklist|nosmurfs|upnp|-) ;; proxyarp) - lib_load proxyarp "The 'proxyarp' option" + lib_load proxyarp "The 'proxyarp' option on interface $interface" ;; maclist) lib_load maclist "The 'maclist' option"