From c16c780804714551ac2a777096865de5228fe6ff Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Fri, 4 Oct 2019 21:40:51 +0200 Subject: network: introduce ip nexthop routing Used to manipulate entries in the kernel's nexthop tables. Example: ``` [NextHop] Id=3 Gateway=192.168.5.1 ``` --- man/systemd.network.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'man/systemd.network.xml') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 657ba66245..a9a9b13d42 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1150,6 +1150,29 @@ + + + + [NextHop] Section Options + The [NextHop] section accepts the + following keys. Specify several [NextHop] + sections to configure several nexthop. Nexthop is used to manipulate entries in the kernel's nexthop + tables. + + + + Gateway= + + As in the [Network] section. This is mandatory. + + + + Id= + + The id of the nexthop (an unsigned integer). If unspecified or '0' then automatically chosen by kernel. + + + -- cgit v1.2.3