We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5032c0 commit 52b052dCopy full SHA for 52b052d
include/types.h
@@ -57,11 +57,11 @@ typedef enum {
57
NETPLAN_DEF_TYPE_TUNNEL,
58
NETPLAN_DEF_TYPE_PORT,
59
NETPLAN_DEF_TYPE_VRF,
60
- NETPLAN_DEF_TYPE_XFRM,
61
/* Type fallback/passthrough */
62
NETPLAN_DEF_TYPE_NM,
63
NETPLAN_DEF_TYPE_DUMMY, /* wokeignore:rule=dummy */
64
NETPLAN_DEF_TYPE_VETH,
+ NETPLAN_DEF_TYPE_XFRM,
65
/* Place holder type used to fill gaps when a netdef
66
* requires links to another netdef (such as vlan_link)
67
* but it's not strictly mandatory
0 commit comments