From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] advoptions-list: Add domain-search to options - bug#12819 Date: Mon, 04 Apr 2022 17:10:49 +0100 Message-ID: In-Reply-To: <20220404114909.8184-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1008458394154347122==" List-Id: --===============1008458394154347122== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Reviewed-by: Michael Tremer > On 4 Apr 2022, at 12:49, Adolf Belka wrote: > > Fixes: bug#12819 > Signed-off-by: Adolf Belka > --- > 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 > --===============1008458394154347122==--