Page MenuHomeVyOS Platform

Reduce unnecessary nesting in system domain-search path and improve smoketest
Closed, ResolvedPublic

Description

To set domain-search for the system (that goes in /etc/resolv.conf), we currently do:

set system domain-search domain <domain1>
set system domain-search domain <domain2>
... etc.

This can be simplified to:

set system domain-search <domain1>
set system domain-search <domain2>
... etc.

This will shorten the path and also make consistent with domain-search config in other places (like dhcp-server).

Additionally, we can improve the smoketests for all resolvconf related configs.

Details

Difficulty level
Unknown (require assessment)
Version
1.4 1.5
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Config syntax change (migratable)
Issue type
Improvement (missing useful functionality)