]> git.ozlabs.org Git - petitboot/commit
pb-udhcp: Fix MAC-address-based configuration file location
authorJeremy Kerr <jk@ozlabs.org>
Mon, 15 Jul 2013 08:09:09 +0000 (16:09 +0800)
committerGeoff Levand <geoff@infradead.org>
Tue, 23 Jul 2013 16:44:45 +0000 (09:44 -0700)
commitf41f900809ab0338f5c159b08f07de53dcb46ca3
tree74d11dfe6494106465329a43b51f1a1aa76e0421
parent3b3687fc3d902adcad636fce11c9ff7216b113f9
pb-udhcp: Fix MAC-address-based configuration file location

We're currently requesting a colon-separated MAC address. Instead, we
need it to be hypen-separated, and prefixed with the ethernet type
("01-").

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
utils/pb-udhcpc