Home | History | Annotate | Download | only in mpls

Lines Matching refs:mpls

28 # Test MPLS encap/decap and forwarding using INET6 as encapsulated protocol
31 # Disable net.inet6.ip6.forwarding, enable net.mpls.forwarding
32 # Add route on R1 in order to encapsulate into MPLS the IP6 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
45 atf_set "descr" "IP6/MPLS forwarding test using PHP"
58 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
73 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
74 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
76 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30 \
78 atf_check -s exit:0 rump.route -q add -mpls 27 -tag ${1} -inet6 \
90 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
91 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
93 atf_check -s exit:0 rump.route -q add -mpls 30 -tag ${1} \
95 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27 \
107 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
168 atf_set "descr" "IP6/MPLS forwarding test using explicit NULL labels"