]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/p_ip6.c
ll_map: Add function to remove link cache entry by index
[mirror_iproute2.git] / tc / p_ip6.c
index bc45ab70d3191430641debe5f2277f56406496d9..dbfdca42cce75fc50204fa40ae1664ee61ad9bb2 100644 (file)
@@ -84,7 +84,6 @@ done:
 }
 
 struct m_pedit_util p_pedit_ip6 = {
-       NULL,
-       "ipv6",
-       parse_ip6,
+       .id = "ipv6",
+       .parse_peopt = parse_ip6,
 };