Skip to content

Commit 888e68d

Browse files
committed
add back RTM_NEWNVLAN
1 parent e8a6c1a commit 888e68d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: unix/linux/types.go

+3
Original file line numberDiff line numberDiff line change
@@ -6100,3 +6100,6 @@ const (
61006100
)
61016101

61026102
type SockDiagReq C.struct_sock_diag_req
6103+
6104+
// Removed in Linux 6.13, kept for backwards compatibility.
6105+
const RTM_NEWNVLAN = 0x70

Diff for: unix/ztypes_linux.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)