[1/2] advoptions-list: Add domain-search to options - bug#12819

Message ID 20220404114909.8184-1-adolf.belka@ipfire.org
State Accepted
Commit 00a7a727d0ad04586b2492a8dc3c29565287b4df
Headers
Series [1/2] advoptions-list: Add domain-search to options - bug#12819 |

Commit Message

Adolf Belka April 4, 2022, 11:49 a.m. UTC
  Fixes: bug#12819
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/cfgroot/advoptions-list | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Michael Tremer April 4, 2022, 4:10 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 4 Apr 2022, at 12:49, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> Fixes: bug#12819
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
> config/cfgroot/advoptions-list | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/config/cfgroot/advoptions-list b/config/cfgroot/advoptions-list
> index 6330aefde..03d5a366c 100644
> --- a/config/cfgroot/advoptions-list
> +++ b/config/cfgroot/advoptions-list
> @@ -7,6 +7,7 @@ option cookie-servers ip-address [, ip-address... ];
> option default-ip-ttl uint8;
> option default-tcp-ttl uint8;
> option dhcp-client-identifier data-string;
> +option domain-search domain-list;
> option finger-server ip-address [, ip-address... ];
> option font-servers ip-address [, ip-address... ];
> option host-name string;
> -- 
> 2.35.1
>
  

Patch

diff --git a/config/cfgroot/advoptions-list b/config/cfgroot/advoptions-list
index 6330aefde..03d5a366c 100644
--- a/config/cfgroot/advoptions-list
+++ b/config/cfgroot/advoptions-list
@@ -7,6 +7,7 @@  option cookie-servers ip-address [, ip-address... ];
 option default-ip-ttl uint8;
 option default-tcp-ttl uint8;
 option dhcp-client-identifier data-string;
+option domain-search domain-list;
 option finger-server ip-address [, ip-address... ];
 option font-servers ip-address [, ip-address... ];
 option host-name string;