From: Eugene Yakubovich Date: Fri, 27 Jun 2014 22:00:06 +0000 (-0700) Subject: Add support for DHCP static route options X-Git-Tag: v215~128 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e1ea665edac17d75fce01b72dadfa3211b60df2c;hp=e1ea665edac17d75fce01b72dadfa3211b60df2c 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. ---