From 6b1a9f0d34069c218bdfa666a1f11dfcdf2b85cd Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 26 Mar 2021 12:19:56 +0100 Subject: dhcp: Remove left-over comment about "forced" options For simplicity, we just send all available options, so there's no distinction between forced and requested option anymore. Signed-off-by: Stefano Brivio --- dhcp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dhcp.c') diff --git a/dhcp.c b/dhcp.c index ec06fc5..2e391b1 100644 --- a/dhcp.c +++ b/dhcp.c @@ -28,7 +28,6 @@ /** * struct opt - DHCP option - * @force: Force sending, even if the client didn't request it * @sent: Convenience flag, set while filling replies * @slen: Length of option defined for server * @s: Option payload from server @@ -118,7 +117,7 @@ static void fill_one(struct msg *m, int o, int *offset) } /** - * fill() - Fill requested and forced options in message + * fill() - Fill options in message * @m: Message to fill * * Return: current size of options field -- cgit v1.2.3