From: Stephen Hemminger Date: Fri, 23 Oct 2015 22:47:07 +0000 (-0700) Subject: add new IFLA_VF_TRUST netlink attribute X-Git-Tag: v4.4.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dddf1b44126eaa25c6698be618fb452fc7b9bed3;p=thirdparty%2Fiproute2.git add new IFLA_VF_TRUST netlink attribute --- diff --git a/include/linux/if_link.h b/include/linux/if_link.h index 288d3cd61..31f584cb2 100644 --- a/include/linux/if_link.h +++ b/include/linux/if_link.h @@ -548,6 +548,7 @@ enum { * on/off switch */ IFLA_VF_STATS, /* network device statistics */ + IFLA_VF_TRUST, /* Trust VF */ __IFLA_VF_MAX, }; @@ -609,6 +610,11 @@ enum { #define IFLA_VF_STATS_MAX (__IFLA_VF_STATS_MAX - 1) +struct ifla_vf_trust { + __u32 vf; + __u32 setting; +}; + /* VF ports management section * * Nested layout of set/get msg is: