@@ -108,4 +108,32 @@ const (
108108 RT_SCOPE_UNIVERSE = linux .RT_SCOPE_UNIVERSE
109109 RT_SCOPE_HOST = linux .RT_SCOPE_HOST
110110 RT_SCOPE_LINK = linux .RT_SCOPE_LINK
111+ RTM_NEWRULE = linux .RTM_NEWRULE
112+ RTM_GETRULE = linux .RTM_GETRULE
113+ RTM_DELRULE = linux .RTM_DELRULE
114+ FRA_UNSPEC = linux .FRA_UNSPEC
115+ FRA_DST = linux .FRA_DST
116+ FRA_SRC = linux .FRA_SRC
117+ FRA_IIFNAME = linux .FRA_IIFNAME
118+ FRA_GOTO = linux .FRA_GOTO
119+ FRA_UNUSED2 = linux .FRA_UNUSED2
120+ FRA_PRIORITY = linux .FRA_PRIORITY
121+ FRA_UNUSED3 = linux .FRA_UNUSED3
122+ FRA_UNUSED4 = linux .FRA_UNUSED4
123+ FRA_UNUSED5 = linux .FRA_UNUSED5
124+ FRA_FWMARK = linux .FRA_FWMARK
125+ FRA_FLOW = linux .FRA_FLOW
126+ FRA_TUN_ID = linux .FRA_TUN_ID
127+ FRA_SUPPRESS_IFGROUP = linux .FRA_SUPPRESS_IFGROUP
128+ FRA_SUPPRESS_PREFIXLEN = linux .FRA_SUPPRESS_PREFIXLEN
129+ FRA_TABLE = linux .FRA_TABLE
130+ FRA_FWMASK = linux .FRA_FWMASK
131+ FRA_OIFNAME = linux .FRA_OIFNAME
132+ FRA_PAD = linux .FRA_PAD
133+ FRA_L3MDEV = linux .FRA_L3MDEV
134+ FRA_UID_RANGE = linux .FRA_UID_RANGE
135+ FRA_PROTOCOL = linux .FRA_PROTOCOL
136+ FRA_IP_PROTO = linux .FRA_IP_PROTO
137+ FRA_SPORT_RANGE = linux .FRA_SPORT_RANGE
138+ FRA_DPORT_RANGE = linux .FRA_DPORT_RANGE
111139)
0 commit comments