Skip to content

Commit 52b052d

Browse files
author
max-foss
committed
Fix ABI compatibility.
1 parent c5032c0 commit 52b052d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ typedef enum {
5757
NETPLAN_DEF_TYPE_TUNNEL,
5858
NETPLAN_DEF_TYPE_PORT,
5959
NETPLAN_DEF_TYPE_VRF,
60-
NETPLAN_DEF_TYPE_XFRM,
6160
/* Type fallback/passthrough */
6261
NETPLAN_DEF_TYPE_NM,
6362
NETPLAN_DEF_TYPE_DUMMY, /* wokeignore:rule=dummy */
6463
NETPLAN_DEF_TYPE_VETH,
64+
NETPLAN_DEF_TYPE_XFRM,
6565
/* Place holder type used to fill gaps when a netdef
6666
* requires links to another netdef (such as vlan_link)
6767
* but it's not strictly mandatory

0 commit comments

Comments
 (0)