From 6cd49745931f42cfe2280bf78e483035c3c5e2e6 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 15 Apr 2008 12:01:06 +0000 Subject: [PATCH 08/10] Remove old functions, constants --- extensions/libxt_tcpmss.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'extensions/libxt_tcpmss.c') diff --git a/extensions/libxt_tcpmss.c b/extensions/libxt_tcpmss.c index 7a026bf..8f56a41 100644 --- a/extensions/libxt_tcpmss.c +++ b/extensions/libxt_tcpmss.c @@ -12,10 +12,9 @@ static void tcpmss_help(void) { printf( -"tcpmss match v%s options:\n" +"tcpmss match options:\n" "[!] --mss value[:value] Match TCP MSS range.\n" -" (only valid for TCP SYN or SYN/ACK packets)\n", -IPTABLES_VERSION); +" (only valid for TCP SYN or SYN/ACK packets)\n"); } static const struct option tcpmss_opts[] = { @@ -128,7 +127,7 @@ static void tcpmss_save(const void *ip, const struct xt_entry_match *match) static struct xtables_match tcpmss_match = { .family = AF_INET, .name = "tcpmss", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(struct xt_tcpmss_match_info)), .userspacesize = XT_ALIGN(sizeof(struct xt_tcpmss_match_info)), .help = tcpmss_help, @@ -142,7 +141,7 @@ static struct xtables_match tcpmss_match = { static struct xtables_match tcpmss_match6 = { .family = AF_INET6, .name = "tcpmss", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(struct xt_tcpmss_match_info)), .userspacesize = XT_ALIGN(sizeof(struct xt_tcpmss_match_info)), .help = tcpmss_help, -- cgit v1.2.3