diff --git a/docs/index.html b/docs/index.html
index 8079d60..0dc6008 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -829,12 +829,14 @@ for multiple interfaces. For initscripts,
given in the route option. The default value is an empty
list. Each route is a dictionary with the following entries:
gateway, metric, network,
-prefix, table and type.
-network and prefix specify the destination
-network. table supports both the numeric table and named
-table. In order to specify the named table, the users have to ensure the
-named table is properly defined in /etc/iproute2/rt_tables
-or /etc/iproute2/rt_tables.d/*.conf. The optional
+prefix, src, table and
+type. network and prefix specify
+the destination network. src specifies the source IP
+address for a route. table supports both the numeric table
+and named table. In order to specify the named table, the users have to
+ensure the named table is properly defined in
+/etc/iproute2/rt_tables or
+/etc/iproute2/rt_tables.d/*.conf. The optional
type key supports the values blackhole,
prohibit, and unreachable. See man
diff --git a/latest/README.html b/latest/README.html
index 8079d60..0dc6008 100644
--- a/latest/README.html
+++ b/latest/README.html
@@ -829,12 +829,14 @@ for multiple interfaces. For initscripts,
given in the route option. The default value is an empty
list. Each route is a dictionary with the following entries:
gateway, metric, network,
-prefix, table and type.
-network and prefix specify the destination
-network. table supports both the numeric table and named
-table. In order to specify the named table, the users have to ensure the
-named table is properly defined in /etc/iproute2/rt_tables
-or /etc/iproute2/rt_tables.d/*.conf. The optional
+prefix, src, table and
+type. network and prefix specify
+the destination network. src specifies the source IP
+address for a route. table supports both the numeric table
+and named table. In order to specify the named table, the users have to
+ensure the named table is properly defined in
+/etc/iproute2/rt_tables or
+/etc/iproute2/rt_tables.d/*.conf. The optional
type key supports the values blackhole,
prohibit, and unreachable. See man