Lines Matching refs:vrf
35 | vrf-blue | ===> route table 10
69 ip link add vrf-blue type vrf table 10
70 ip link set dev vrf-blue up
80 ip ru add oif vrf-blue table 10
81 ip ru add iif vrf-blue table 10
94 ip link set dev eth1 master vrf-blue
151 iproute2 supports the vrf keyword as of v4.7. For backwards compatibility this
152 section lists both commands where appropriate -- with the vrf keyword and the
159 $ ip link add dev NAME type vrf table ID
169 $ ip [-d] link show type vrf
174 $ ip -d link show type vrf
177 vrf table 1 addrgenmode eui64
180 vrf table 10 addrgenmode eui64
183 vrf table 66 addrgenmode eui64
186 vrf table 81 addrgenmode eui64
191 $ ip -br link show type vrf
218 $ ip link show vrf NAME
223 $ ip link show vrf red
234 $ ip -br link show vrf red
245 $ ip [-6] neigh show vrf NAME
250 $ ip neigh show vrf red
254 $ ip -6 neigh show vrf red
263 $ ip addr show vrf NAME
268 $ ip addr show vrf red
290 $ ip -br addr show vrf red
301 $ ip [-6] route show vrf NAME
306 $ ip route show vrf red
317 $ ip -6 route show vrf red
339 $ ip [-6] route get vrf NAME ADDRESS
344 $ ip route get 10.2.1.40 vrf red
348 $ ip -6 route get 2002:1::32 vrf red
370 cat >> /etc/iproute2/rt_tables.d/vrf.conf <<EOF
383 ip link add ${VRF} type vrf table ${TBID}