lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ