mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
update config naming
This commit is contained in:
parent
5e8b156c1e
commit
bb235597ec
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ func GenerateNetworkdConfiguration(conf definitions.Config) ([]NetworkdConfigFil
|
|||
return nil, fmt.Errorf("executing config-addressing.network.tmpl template: %w", err)
|
||||
}
|
||||
files = append(files, NetworkdConfigFile{
|
||||
Name: fmt.Sprintf("70-config-hardware-%v.network", name),
|
||||
Name: fmt.Sprintf("70-config-addressing-%v.network", name),
|
||||
Content: buf.String(),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue