summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@redhat.com>2016-05-03 23:18:21 +0530
committerSusant Sahani <ssahani@redhat.com>2016-05-03 23:18:21 +0530
commitc953b24c651afc47abed8ea63381501aa82eb2e8 (patch)
tree884bde52531bec7d48857b30c403f6986a011d23 /man
parentec1bb279316bd262346d37554f930b69b63104bb (diff)
networkd: add support to set route table
networkd: add support to set route table 1. add support to configure the table id. if id is less than 256 we can fit this in the header of route as netlink property is a char. But in kernel this proepty is a unsigned 32. Hence if greater that 256 add this as RTA_TABLE attribute. 2. we are not setting the address family now. Now set this property.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 2a20748376..1ed7b67086 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -706,6 +706,14 @@
<citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>Table=<replaceable>num</replaceable></varname></term>
+ <listitem>
+ <para>The table identifier for the route (a number between 1 and 4294967295, or 0 to unset).
+ The table can be retrieved using <command>ip route show table <replaceable>num</replaceable></command>.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>