@@ -829,12 +829,14 @@ <h2 id="ip"><code>ip</code></h2>
829829given in the < code > route</ code > option. The default value is an empty
830830list. Each route is a dictionary with the following entries:
831831< code > gateway</ code > , < code > metric</ code > , < code > network</ code > ,
832- < code > prefix</ code > , < code > table</ code > and < code > type</ code > .
833- < code > network</ code > and < code > prefix</ code > specify the destination
834- network. < code > table</ code > supports both the numeric table and named
835- table. In order to specify the named table, the users have to ensure the
836- named table is properly defined in < code > /etc/iproute2/rt_tables</ code >
837- or < code > /etc/iproute2/rt_tables.d/*.conf</ code > . The optional
832+ < code > prefix</ code > , < code > src</ code > , < code > table</ code > and
833+ < code > type</ code > . < code > network</ code > and < code > prefix</ code > specify
834+ the destination network. < code > src</ code > specifies the source IP
835+ address for a route. < code > table</ code > supports both the numeric table
836+ and named table. In order to specify the named table, the users have to
837+ ensure the named table is properly defined in
838+ < code > /etc/iproute2/rt_tables</ code > or
839+ < code > /etc/iproute2/rt_tables.d/*.conf</ code > . The optional
838840< code > type</ code > key supports the values < code > blackhole</ code > ,
839841< code > prohibit</ code > , and < code > unreachable</ code > . See < a
840842href ="https://man7.org/linux/man-pages/man8/ip-route.8.html#DESCRIPTION "> man
0 commit comments