summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/bootp.c b/lib/libstand/bootp.c
index 4ddfa6c..401b691 100644
--- a/lib/libstand/bootp.c
+++ b/lib/libstand/bootp.c
@@ -496,7 +496,7 @@ static struct dhcp_opt vndr_opt[] = { /* Vendor Specific Options */
{94, __BYTES, "network-interface"},
{97, __BYTES, "machine-identifier"},
#else /* default (empty) table */
- {0, 0, ""}, /* prefix */
+ {0, 0, "dhcp.vendor."}, /* prefix */
#endif
{0, __TXT, "%soption-%d"}
};
OpenPOWER on IntegriCloud