net: bootp: Make root path (option 17) length configurable
authorAndre Kalb <svc.sw.rte.linux@sma.de>
Fri, 28 Jan 2022 08:40:32 +0000 (09:40 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 8 Aug 2022 14:49:51 +0000 (10:49 -0400)
commit5e6e41b3bab32f2ee258a76fda68b703e8f10cc3
treeec3af50469b235a6f88e330c4b7e4cf67df5cc4f
parent56edbb5eafc53cd7b34cd231ec11c7e5eb576c9f
net: bootp: Make root path (option 17) length configurable

to adjust the root path length.
Eg to 256 from Linux Kernel

Signed-off-by: Andre Kalb <andre.kalb@sma.de>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
[trini: Guard extern so that !CONFIG_NET platforms will build]
Signed-off-by: Tom Rini <trini@konsulko.com>
include/net.h
net/Kconfig
net/bootp.c