f-28: fix: dhcp do not emit local default route

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-05-18 22:19:00 +02:00
commit 2504b435a3
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
4 changed files with 29 additions and 13 deletions

View file

@ -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
}