Lines Matching refs:mpls
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
35 # Add a double tagged MPLS route on R2 in order to forward frames belonging to
37 # Add MPLS "POP" route on R3 for that FEC, pointing to R4
59 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,0 -inet 10.0.2.2
77 atf_check -s exit:0 rump.route -q add -mpls 27 -tag 3 -inet 10.0.1.1
88 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
89 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
91 atf_check -s exit:0 rump.route -q add -mpls 30 -tag 3 -inet 10.0.3.2
92 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27,0 -inet 10.0.2.1
103 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1