Lines Matching refs:mpls
28 # TEST MPLS encap/decap and forwarding using INET as encapsulated protocol
31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
32 # Add route on R1 in order to encapsulate into MPLS the IP packets with
34 # Add MPLS routes on R2 in order to forward frames belonging to that FEC to R3
35 # Add MPLS "POP" route on R3 for that FEC, pointing to R4
43 atf_set "descr" "IP/MPLS forwarding test using PHP"
56 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.accept=1
71 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
73 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30 -inet 10.0.2.2
74 atf_check -s exit:0 rump.route -q add -mpls 27 -tag ${1} -inet 10.0.1.1
85 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
86 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
88 atf_check -s exit:0 rump.route -q add -mpls 30 -tag ${1} -inet 10.0.3.2
89 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27 -inet 10.0.2.1
100 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
136 atf_set "descr" "IP/MPLS forwarding test using explicit NULL labels"