Lines Matching refs:table
180 ip li add ${VRF} type vrf table ${VRF_TABLE}
182 ip ro add table ${VRF_TABLE} unreachable default metric 8192
183 ip -6 ro add table ${VRF_TABLE} unreachable default metric 8192
211 ip -6 ro add table ${VRF_TABLE} default via ${V6ADDRS[p7]/::[0-9]/::64}
224 ip ro flush table ${VRF_TABLE}
225 ip -6 ro flush table ${VRF_TABLE}
234 local table="$1"
244 run_cmd ip ro add table "${table}" "${prefix}"/32 via "${gw}" "${dev}" onlink
250 local table="$1"
260 run_cmd ip ro add table "${table}" "${prefix}"/32 \
332 local table="$1"
342 run_cmd ip -6 ro add table "${table}" "${prefix}"/128 via "${gw}" "${dev}" onlink
348 local table="$1"
356 run_cmd ip -6 ro add table "${table}" "${prefix}"/128 "${opts}" \