From: Faiyaz Ahmed Date: Fri, 25 Jul 2008 16:24:20 +0000 (+0000) Subject: copy xid is our addition not supported by iptables-restore. This is required for... X-Git-Tag: nodeconfig-4.2-10~2 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=279f79e95c04773391613d95687091d60233dd4d copy xid is our addition not supported by iptables-restore. This is required for marking 0x0. --- diff --git a/PlanetLabConf/iptables-Internet2 b/PlanetLabConf/iptables-Internet2 index 7594543..cabcf8d 100644 --- a/PlanetLabConf/iptables-Internet2 +++ b/PlanetLabConf/iptables-Internet2 @@ -30,8 +30,8 @@ COMMIT :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] --A INPUT -i ! lo -j MARK 0x0 --A POSTROUTING -j MARK 0x0 +-A INPUT -i ! lo -j MARK --copy-xid 0x0 +-A POSTROUTING -j MARK --copy-xid 0x0 -A POSTROUTING -j CLASSIFY --set-class 0001:1000 -A POSTROUTING -m set --set Internet2 dst -j CLASSIFY --set-class 0001:2000 COMMIT