public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] advoptions-list: Add additional dhcp options - fixes bug 12291
@ 2021-12-26 21:55 Adolf Belka
  2021-12-27 10:36 ` Michael Tremer
  2021-12-27 18:49 ` Peter Müller
  0 siblings, 2 replies; 3+ messages in thread
From: Adolf Belka @ 2021-12-26 21:55 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1534 bytes --]

- Add ms-classless-static-routes and rfc3442-classless-static-routes as options for dhcp
   These are apparently required for deployiong classless IP routes
- Original static-routes option is not intended for classless IP routing but is being
   left in place for backward compatibility
- The option "rfc3442-classless-static-routes" is for normal clients
- The option "ms-classless-static-routes" is for Microsoft clients

Fixes: bug 12291
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/cfgroot/advoptions-list | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/cfgroot/advoptions-list b/config/cfgroot/advoptions-list
index 8a1e75ebb..6330aefde 100644
--- a/config/cfgroot/advoptions-list
+++ b/config/cfgroot/advoptions-list
@@ -22,6 +22,7 @@ option mask-supplier flag;
 option max-dgram-reassembly uint16;
 option merit-dump string;
 option mobile-ip-home-agent ip-address [, ip-address... ];
+option ms-classless-static-routes string;
 option netbios-dd-server ip-address [, ip-address... ];
 option netbios-node-type uint8;
 option netbios-scope string;
@@ -38,6 +39,7 @@ option perform-mask-discovery flag;
 option policy-filter ip-address ip-address [, ip-address ip-address... ];
 option pop-server ip-address [, ip-address... ];
 option resource-location-servers ip-address [, ip-address... ];
+option rfc3442-classless-static-routes string;
 option root-path string;
 option router-discovery flag;
 option router-solicitation-address ip-address;
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] advoptions-list: Add additional dhcp options - fixes bug 12291
  2021-12-26 21:55 [PATCH] advoptions-list: Add additional dhcp options - fixes bug 12291 Adolf Belka
@ 2021-12-27 10:36 ` Michael Tremer
  2021-12-27 18:49 ` Peter Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2021-12-27 10:36 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1820 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

Thank you for posting this to the list.

-Michael

> On 26 Dec 2021, at 22:55, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Add ms-classless-static-routes and rfc3442-classless-static-routes as options for dhcp
>   These are apparently required for deployiong classless IP routes
> - Original static-routes option is not intended for classless IP routing but is being
>   left in place for backward compatibility
> - The option "rfc3442-classless-static-routes" is for normal clients
> - The option "ms-classless-static-routes" is for Microsoft clients

LOL Normal vs. Microsoft :)

> 
> Fixes: bug 12291
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/cfgroot/advoptions-list | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/config/cfgroot/advoptions-list b/config/cfgroot/advoptions-list
> index 8a1e75ebb..6330aefde 100644
> --- a/config/cfgroot/advoptions-list
> +++ b/config/cfgroot/advoptions-list
> @@ -22,6 +22,7 @@ option mask-supplier flag;
> option max-dgram-reassembly uint16;
> option merit-dump string;
> option mobile-ip-home-agent ip-address [, ip-address... ];
> +option ms-classless-static-routes string;
> option netbios-dd-server ip-address [, ip-address... ];
> option netbios-node-type uint8;
> option netbios-scope string;
> @@ -38,6 +39,7 @@ option perform-mask-discovery flag;
> option policy-filter ip-address ip-address [, ip-address ip-address... ];
> option pop-server ip-address [, ip-address... ];
> option resource-location-servers ip-address [, ip-address... ];
> +option rfc3442-classless-static-routes string;
> option root-path string;
> option router-discovery flag;
> option router-solicitation-address ip-address;
> -- 
> 2.34.1
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] advoptions-list: Add additional dhcp options - fixes bug 12291
  2021-12-26 21:55 [PATCH] advoptions-list: Add additional dhcp options - fixes bug 12291 Adolf Belka
  2021-12-27 10:36 ` Michael Tremer
@ 2021-12-27 18:49 ` Peter Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Müller @ 2021-12-27 18:49 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1648 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Add ms-classless-static-routes and rfc3442-classless-static-routes as options for dhcp
>    These are apparently required for deployiong classless IP routes
> - Original static-routes option is not intended for classless IP routing but is being
>    left in place for backward compatibility
> - The option "rfc3442-classless-static-routes" is for normal clients
> - The option "ms-classless-static-routes" is for Microsoft clients
> 
> Fixes: bug 12291
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  config/cfgroot/advoptions-list | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/config/cfgroot/advoptions-list b/config/cfgroot/advoptions-list
> index 8a1e75ebb..6330aefde 100644
> --- a/config/cfgroot/advoptions-list
> +++ b/config/cfgroot/advoptions-list
> @@ -22,6 +22,7 @@ option mask-supplier flag;
>  option max-dgram-reassembly uint16;
>  option merit-dump string;
>  option mobile-ip-home-agent ip-address [, ip-address... ];
> +option ms-classless-static-routes string;
>  option netbios-dd-server ip-address [, ip-address... ];
>  option netbios-node-type uint8;
>  option netbios-scope string;
> @@ -38,6 +39,7 @@ option perform-mask-discovery flag;
>  option policy-filter ip-address ip-address [, ip-address ip-address... ];
>  option pop-server ip-address [, ip-address... ];
>  option resource-location-servers ip-address [, ip-address... ];
> +option rfc3442-classless-static-routes string;
>  option root-path string;
>  option router-discovery flag;
>  option router-solicitation-address ip-address;
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-27 18:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-26 21:55 [PATCH] advoptions-list: Add additional dhcp options - fixes bug 12291 Adolf Belka
2021-12-27 10:36 ` Michael Tremer
2021-12-27 18:49 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox