summaryrefslogtreecommitdiffstats
path: root/discover/network.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-01-17 15:51:54 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-01-17 17:01:47 +0800
commitf2acf9d2573ebbfb7478e97c4066c128ddaa5a18 (patch)
tree95f6ba125d82469e7329e6bd2c339480e3ec563d /discover/network.c
parentd14bf38b9881c385478a460e3058d7cadee107fb (diff)
downloadtalos-petitboot-f2acf9d2573ebbfb7478e97c4066c128ddaa5a18.tar.gz
talos-petitboot-f2acf9d2573ebbfb7478e97c4066c128ddaa5a18.zip
discover: Support DHCP "pathprefix" configuration option
This change implements support for the DHCP "pathprefix" option. We use the following logic: - If pathprefix is present and a full URL, we base the config file location on pathprefix + conffile - If pathprefix is present but not a full URL, we use it as the path component of the URL, and pick up the host from other parameters in the DHCP response - If no pathprefix is present, we determine the configuration prefix from the DHCP bootfile parameter. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'discover/network.c')
-rw-r--r--discover/network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/network.c b/discover/network.c
index 8cc0183..2857076 100644
--- a/discover/network.c
+++ b/discover/network.c
@@ -220,6 +220,7 @@ static void configure_interface_dhcp(struct interface *interface)
"-R",
"-n",
"-O", "pxeconffile",
+ "-O", "pxepathprefix",
"-p", pidfile,
"-i", interface->name,
NULL,
OpenPOWER on IntegriCloud