blob: b760d3fd3310d8a2c33f2bcc20137e5a8a10ed55 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Origin: r816
2Description: add check for -m rt --rt-type 0
3Bug-Ubuntu: https://launchpad.net/bugs/1191197
4Forwarded: yes
5
6Upstream-Status: Inappropriate [ not author ]
7
8Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
9
10Index: ufw-0.33/tests/check-requirements
11===================================================================
12--- ufw-0.33.orig/tests/check-requirements 2012-08-17 16:12:49.000000000 -0500
13+++ ufw-0.33/tests/check-requirements 2013-06-15 07:47:00.000000000 -0500
14@@ -3,7 +3,7 @@
15 # check-requirements: verify all the required iptables functionality is
16 # available
17 #
18-# Copyright 2008-2012 Canonical Ltd.
19+# Copyright 2008-2013 Canonical Ltd.
20 #
21 # This program is free software: you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License version 3,
23@@ -218,6 +218,9 @@
24 echo -n "icmpv6 with hl ($j): "
25 runcmd $exe -A $c -p icmpv6 --icmpv6-type $j -m hl --hl-eq 255 -j ACCEPT
26 done
27+
28+ echo -n "ipv6 rt: "
29+ runcmd $exe -A $c -m rt --rt-type 0 -j ACCEPT
30 fi
31
32 echo ""