Update vACL config files
[samplevnf.git] / VNFs / vACL / config / IPv6_swlb_acl.tc
index 0dc8212..c964609 100644 (file)
 ; limitations under the License.
 
 link 0 down
-link 0 config fe80:0000:0000:0000:6a05:caff:fe30:21a0 64
+link 0 config fec0:0000:0000:0000:6a05:caff:fe30:21a0 64
 link 0 up
+
 link 1 down
 link 1 config 2012:0000:0000:0000:6a05:caff:fe30:2071 64
 link 1 up
-p 1 arpadd 0 fe80::6a05:caff:fe30:21b0 00:00:00:00:00:01
-p 1 arpadd 1 2012::6a05:caff:fe30:2081 3c:fd:fe:a1:37:aa
+
+;routeadd <port #> <ipv6 nhip address in hex> <Depth>
+routeadd 0 fec0::6a05:caff:fe30:21b0  64
+routeadd 1 2012::6a05:caff:fe30:2081 64
+
+; IPv6 static ARP
+;p 1 arpadd 0 fec0::6a05:caff:fe30:21b0 00:00:00:00:00:01
+;p 1 arpadd 1 2012::6a05:caff:fe30:2081 00:00:00:00:00:04
+
 p action add 0 accept
-p action add 0 fwd 1
+p action add 0 fwd 
 p action add 0 count
 
 p action add 1 accept
-p action add 1 fwd 0
+p action add 1 fwd 1
 p action add 1 count
 
-
-;p action add 0 conntrack
-;p action add 1 conntrack
-;p action add 2 conntrack
-;p action add 3 conntrack
-
-p acl add 1 fe80::6a05:caff:fe30:21b0 64 2012::6a05:caff:fe30:2081 64 0 65535 0 65535 0 0 0
-p acl add 1 2012::6a05:caff:fe30:2081 64 fe80::6a05:caff:fe30:21b0 64 0 65535 0 65535 0 0 1
-p acl applyruleset
-
+; IPv6 rules
+p acl add 1 fec0::6a05:caff:fe30:21b0 64 2012::6a05:caff:fe30:2081 64 0 65535 0 65535 0 0 1
+p acl add 1 2012::6a05:caff:fe30:2081 64 fec0::6a05:caff:fe30:21b0 64 0 65535 0 65535 0 0 0
+p acl applyruleset
\ No newline at end of file