[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAMw6YJJwKokockGpz_a-nkqOy5TwUgKLgU1SgRNh2JfQTFGF_w@mail.gmail.com>
Date: Fri, 21 Nov 2014 13:44:40 +0200
From: Vadim Kochan <vadim4j@...il.com>
To: maheshb@...gle.com
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [Iproute2,next,v1] ip link: Add ipvlan support to the iproute2/ip util
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists