This commit is contained in:
Simon Zolin
2020-03-20 11:45:22 +03:00
parent e822443600
commit 33a98aa937
2 changed files with 27 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ func (oc *openwrtConfig) readResolvConf(data []byte) {
}
}
// Convert system config parameters to the format suitable by our yaml config
// Convert system config parameters to our yaml config format
func (oc *openwrtConfig) prepareOutput() error {
oc.iface = "br-lan"