Lines Matching refs:mpls
28 # Test MPLS encap/decap and forwarding using INET6 as encapsulated protocol
31 # Disable net.inet[6].ip[6].forwarding, enable net.mpls.forwarding
37 # Add route on R1 in order to encapsulate into MPLS the IP6 packets with
39 # Add MPLS routes on R2 in order to forward frames belonging to that FEC to R3
40 # Add MPLS expl.null route on R3 for that FEC, pointing to R4
54 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
69 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
70 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
72 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30 \
74 atf_check -s exit:0 rump.route -q add -mpls 27 -tag ${1} -inet6 \
86 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
87 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
90 atf_check -s exit:0 rump.route -q add -mpls 30 -tag 2 \
92 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27 \
104 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
150 atf_set "descr" "IP6/MPLS test using impl. NULL labels in mixed env."
174 atf_set "descr" "IP6/MPLS test using explicit NULL labels in mixed env."