From 09240da55a035b29cc7e37f00ebb3079560818cf Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 12 Jul 2013 09:45:20 -0700 Subject: [PATCH] Change the external name of MARK_ANYWHERE to 'Mark in the filter table' Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 2 +- Shorewall/Perl/Shorewall/Config.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index a60444c3b..cd4ecc165 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -2639,7 +2639,7 @@ report_capabilities_unsorted() { report_capability "TPROXY Target (TPROXY_TARGET)" $TPROXY_TARGET report_capability "FLOW Classifier (FLOW_FILTER)" $FLOW_FILTER report_capability "fwmark route mask (FWMARK_RT_MASK)" $FWMARK_RT_MASK - report_capability "Mark in any table (MARK_ANYWHERE)" $MARK_ANYWHERE + report_capability "Mark in the filter table (MARK_ANYWHERE)" $MARK_ANYWHERE report_capability "Header Match (HEADER_MATCH)" $HEADER_MATCH report_capability "ACCOUNT Target (ACCOUNT_TARGET)" $ACCOUNT_TARGET report_capability "AUDIT Target (AUDIT_TARGET)" $AUDIT_TARGET diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 8f7511470..bf7fb14b3 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -347,7 +347,7 @@ our %capdesc = ( NAT_ENABLED => 'NAT', TPROXY_TARGET => 'TPROXY Target', FLOW_FILTER => 'Flow Classifier', FWMARK_RT_MASK => 'fwmark route mask', - MARK_ANYWHERE => 'Mark in any table', + MARK_ANYWHERE => 'Mark in the filter table', HEADER_MATCH => 'Header Match', ACCOUNT_TARGET => 'ACCOUNT Target', AUDIT_TARGET => 'AUDIT Target',