f-28: fix: dhcp do not emit local default route
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
32b78a84f9
commit
2504b435a3
4 changed files with 29 additions and 13 deletions
|
|
@ -5,8 +5,9 @@ import (
|
|||
)
|
||||
|
||||
type Config struct {
|
||||
Network *net.IPNet
|
||||
Gateway net.IP
|
||||
Name string
|
||||
ConfDir string
|
||||
Network *net.IPNet
|
||||
Gateway net.IP
|
||||
DefaultRoute bool
|
||||
Name string
|
||||
ConfDir string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue