Lines Matching refs:add
59 e.g, ip link add vrf-blue type vrf table 10
64 ip ru add oif vrf-blue table 10
65 ip ru add iif vrf-blue table 10
68 e.g, ip route add table 10 prohibit default
78 e.g., ip route add table 10 ...
106 $ ip link add dev NAME type vrf table ID
108 Remember to add the ip rules as well:
109 $ ip ru add oif NAME table 10
110 $ ip ru add iif NAME table 10
111 $ ip -6 ru add oif NAME table 10
112 $ ip -6 ru add iif NAME table 10
117 $ ip link add dev vrf-blue type vrf table 10
118 $ ip ru add pref 200 oif vrf-blue table 10
119 $ ip ru add pref 200 iif vrf-blue table 10
120 $ ip -6 ru add pref 200 oif vrf-blue table 10
121 $ ip -6 ru add pref 200 iif vrf-blue table 10
170 To show devices that have been assigned to a specific VRF add the master
194 add the master option to the ip command:
208 To show addresses for interfaces associated with a VRF add the master
318 ip link add vrf-${VRF} type vrf table ${TBID}
320 # add rules that direct lookups to vrf table
321 ip ru add pref 200 oif vrf-${VRF} table ${TBID}
322 ip ru add pref 200 iif vrf-${VRF} table ${TBID}
323 ip -6 ru add pref 200 oif vrf-${VRF} table ${TBID}
324 ip -6 ru add pref 200 iif vrf-${VRF} table ${TBID}
327 ip route add table ${TBID} prohibit default