mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
advoptions-list: Add additional dhcp options - fixes bug 12291
- 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@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
5a1d6b644a
commit
4df6daf381
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user