From e1ea665edac17d75fce01b72dadfa3211b60df2c Mon Sep 17 00:00:00 2001 From: Eugene Yakubovich Date: Fri, 27 Jun 2014 15:00:06 -0700 Subject: Add support for DHCP static route options This adds support for DHCP options 33 and 121: Static Route and Classless Static Route. To enable this feature, set UseRoutes=true in .network file. Returned routes are added to the routing table. --- man/systemd.network.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/systemd.network.xml') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 67f10e1ef5..f80212944d 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -388,6 +388,13 @@ will be used as the transient hostname. + + UseRoutes= + + When true (the default), the static routes will be requested from the DHCP server + and added to the routing table with metric of 1024. + + CriticalConnection= -- cgit v1.2.3-54-g00ecf