]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/p_tcp.c
tc: full JSON support for 'bpf' filter
[mirror_iproute2.git] / tc / p_tcp.c
index eeb68fcf87b309451d0f20aa0410c68900c1beb5..d2dbfd719526609915805524835e9d82e0a63d1a 100644 (file)
@@ -67,7 +67,6 @@ done:
        return res;
 }
 struct m_pedit_util p_pedit_tcp = {
-       NULL,
-       "tcp",
-       parse_tcp,
+       .id = "tcp",
+       .parse_peopt = parse_tcp,
 };