Commit d80ff1fa by Thomas Parrott

api/extensions: Adds network_bridge_vlan API extension

parent 26da53c3
......@@ -40,6 +40,7 @@ static char *api_extensions[] = {
"cgroup2",
"pidfd",
"cgroup_advanced_isolation",
"network_bridge_vlan",
};
static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment