Lines Matching refs:oif
63 iif or oif is the VRF device. e.g.,
64 ip ru add oif vrf-blue table 10
109 $ ip ru add oif NAME table 10
111 $ ip -6 ru add oif NAME table 10
118 $ ip ru add pref 200 oif vrf-blue table 10
120 $ ip -6 ru add pref 200 oif vrf-blue table 10
278 A test route lookup can be done for a VRF by adding the oif option to ip:
279 $ ip [-6] route get oif VRF-NAME ADDRESS
282 $ ip route get 10.2.1.40 oif vrf-red
286 $ ip -6 route get 2002:1::32 oif vrf-red
321 ip ru add pref 200 oif vrf-${VRF} table ${TBID}
323 ip -6 ru add pref 200 oif vrf-${VRF} table ${TBID}