mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-14 20:40:13 +02:00
chore(all): replace netlink library for more flexibility (#3107)
This commit is contained in:
@@ -14,7 +14,7 @@ type DefaultRoute struct {
|
||||
NetInterface string
|
||||
Gateway netip.Addr
|
||||
AssignedIP netip.Addr
|
||||
Family int
|
||||
Family uint8
|
||||
}
|
||||
|
||||
func (d DefaultRoute) String() string {
|
||||
|
||||
Reference in New Issue
Block a user