]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/p_eth.c
tc: flower: fix json output with mpls lse
[mirror_iproute2.git] / tc / p_eth.c
index 53ce736a1d78d3aa25aecdf475c2b65b10c8e13d..674f9c11202aa1c9224066626db4f6efa74c0dee 100644 (file)
@@ -68,7 +68,6 @@ done:
 }
 
 struct m_pedit_util p_pedit_eth = {
-       NULL,
-       "eth",
-       parse_eth,
+       .id = "eth",
+       .parse_peopt = parse_eth,
 };