Lines Matching refs:vrf
28 | vrf-blue | ===> route table 10
60 e.g, ip link add vrf-blue type vrf table 10
61 ip link set dev vrf-blue up
70 ip ru add oif vrf-blue table 10
71 ip ru add iif vrf-blue table 10
82 ip link set dev eth1 master vrf-blue
123 iproute2 supports the vrf keyword as of v4.7. For backwards compatibility this
124 section lists both commands where appropriate -- with the vrf keyword and the
130 $ ip link add dev NAME type vrf table ID
139 $ ip [-d] link show type vrf
143 $ ip -d link show type vrf
146 vrf table 1 addrgenmode eui64
149 vrf table 10 addrgenmode eui64
152 vrf table 66 addrgenmode eui64
155 vrf table 81 addrgenmode eui64
160 $ ip -br link show type vrf
184 $ ip link show vrf NAME
188 $ ip link show vrf red
198 $ ip -br link show vrf red
208 $ ip [-6] neigh show vrf NAME
212 $ ip neigh show vrf red
216 $ ip -6 neigh show vrf red
224 $ ip addr show vrf NAME
228 $ ip addr show vrf red
249 $ ip -br addr show vrf red
259 $ ip [-6] route show vrf NAME
263 $ ip route show vrf red
274 $ ip -6 route show vrf red
295 $ ip [-6] route get vrf NAME ADDRESS
299 $ ip route get 10.2.1.40 vrf red
303 $ ip -6 route get 2002:1::32 vrf red
323 cat >> /etc/iproute2/rt_tables.d/vrf.conf <<EOF
336 ip link add ${VRF} type vrf table ${TBID}