mirror of
https://github.com/golang/sys.git
synced 2026-01-29 15:12:09 +03:00
add back RTM_NEWNVLAN
This commit is contained in:
@@ -6100,3 +6100,6 @@ const (
|
||||
)
|
||||
|
||||
type SockDiagReq C.struct_sock_diag_req
|
||||
|
||||
// Removed in Linux 6.13, kept for backwards compatibility.
|
||||
const RTM_NEWNVLAN = 0x70
|
||||
|
||||
@@ -6174,3 +6174,5 @@ type SockDiagReq struct {
|
||||
Family uint8
|
||||
Protocol uint8
|
||||
}
|
||||
|
||||
const RTM_NEWNVLAN = 0x70
|
||||
|
||||
Reference in New Issue
Block a user