Home | History | Annotate | Download | only in mpls

Lines Matching refs:atf_check

51 	RUMP_SERVER=${RUMP_SERVER4} atf_check -s exit:0 \
53 RUMP_SERVER=${RUMP_SERVER4} atf_check -s exit:0 \
59 RUMP_SERVER=${RUMP_SERVER1} atf_check -s exit:0 -o ignore -e ignore \
71 atf_check -s exit:0 rump.ifconfig shmif0 create
72 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
73 atf_check -s exit:0 rump.ifconfig shmif0 10.0.1.1/24
74 atf_check -s exit:0 rump.ifconfig mpls0 create up
75 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
76 atf_check -s exit:0 rump.route -q add 10.0.4.0/24 10.0.1.2
77 atf_check -s exit:0 rump.route -q add 10.0.5.0/24 10.0.1.2
78 atf_check -s exit:0 /usr/sbin/ldpd ${LDP_FLAGS}
82 atf_check -s exit:0 rump.ifconfig shmif0 create
83 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
84 atf_check -s exit:0 rump.ifconfig shmif0 10.0.1.2/24
85 atf_check -s exit:0 rump.ifconfig shmif1 create
86 atf_check -s exit:0 rump.ifconfig shmif1 linkstr ./shdom2
87 atf_check -s exit:0 rump.ifconfig shmif1 10.0.2.1/24
88 atf_check -s exit:0 rump.ifconfig mpls0 create up
89 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
90 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
93 atf_check -s exit:0 rump.route -q add 10.0.4.0/24 10.0.2.2
94 atf_check -s exit:0 rump.route -q add 10.0.5.0/24 10.0.2.2
95 atf_check -s exit:0 /usr/sbin/ldpd ${LDP_FLAGS}
99 atf_check -s exit:0 rump.ifconfig shmif0 create
100 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom2
101 atf_check -s exit:0 rump.ifconfig shmif0 10.0.2.2/24
102 atf_check -s exit:0 rump.ifconfig shmif1 create
103 atf_check -s exit:0 rump.ifconfig shmif1 linkstr ./shdom3
104 atf_check -s exit:0 rump.ifconfig shmif1 10.0.3.1/24
105 atf_check -s exit:0 rump.ifconfig mpls0 create up
106 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
107 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
108 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
109 atf_check -s exit:0 rump.route -q add 10.0.1.0/24 10.0.2.1
110 atf_check -s exit:0 rump.route -q add 10.0.4.0/24 10.0.3.2
111 atf_check -s exit:0 rump.route -q add 10.0.5.0/24 10.0.3.2
112 atf_check -s exit:0 /usr/sbin/ldpd ${LDP_FLAGS}
116 atf_check -s exit:0 rump.ifconfig shmif0 create
117 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom3
118 atf_check -s exit:0 rump.ifconfig shmif0 10.0.3.2/24
119 atf_check -s exit:0 rump.ifconfig shmif1 create
120 atf_check -s exit:0 rump.ifconfig shmif1 linkstr ./shdom4
121 atf_check -s exit:0 rump.ifconfig shmif1 10.0.4.1/24
122 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
123 atf_check -s exit:0 rump.ifconfig mpls0 create up
124 atf_check -s exit:0 rump.route -q add 10.0.1.0/24 10.0.3.1
125 atf_check -s exit:0 /usr/sbin/ldpd ${LDP_FLAGS}
134 RUMP_SERVER=${RUMP_SERVER1} atf_check -s exit:0 -o ignore -e ignore \
136 RUMP_SERVER=${RUMP_SERVER1} atf_check -s exit:0 -o ignore -e ignore \