From: S.Çağlar Onur Date: Fri, 28 Jan 2011 00:59:11 +0000 (-0500) Subject: fix the patch X-Git-Tag: iptables-1.4.10-2~1 X-Git-Url: http://git.onelab.eu/?p=iptables.git;a=commitdiff_plain;h=4d9eb54b4b4a6bebda9d1b5c4407f63b7558e909 fix the patch --- diff --git a/copy-xid.patch b/copy-xid.patch index dec0035..1886b12 100644 --- a/copy-xid.patch +++ b/copy-xid.patch @@ -19,7 +19,7 @@ index ab5127c..477790e 100644 static const struct option CLASSIFY_opts[] = { {.name = "set-class", .has_arg = true, .val = '1'}, -+ {.name = "add-mark", .has_arg = true, .val = '2'}, ++ {.name = "add-mark", .has_arg = false, .val = '2'}, XT_GETOPT_TABLEEND, };