RE: [Iproute2,next,v1] ip link: Add ipvlan support to the iproute2/ip util

From: Vadim Kochan <hidden>
Date: 2014-11-21 11:44:47

Hi Mahesh,
+struct link_util ipvlan_link_util = {
+ .id = "ipvlan",
+ .maxattr = IFLA_IPVLAN_MAX,
+ .parse_opt = ipvlan_parse_opt,
+ .print_opt = ipvlan_print_opt,
+};
FYI

You can also implement .print_help callback as it was done
for the other link utils, it allows to print usage help for the
specific link util by:

    # ip link help ipvlan

Regards,

Vadim Kochan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help