diff options
| author | Susant Sahani <susant@redhat.com> | 2014-05-07 16:05:53 +0530 |
|---|---|---|
| committer | Thomas Haller <thaller@redhat.com> | 2014-05-12 14:23:32 +0200 |
| commit | 430eb4004ab7f93fd840e9836d4bc9220d3c406d (patch) | |
| tree | 338d908eed42aa5e29a83928f30f6fb54053f644 /include/linux | |
| parent | c79754297adcd933b275aeabbb94d9bd34f3bb33 (diff) | |
| download | platform_external_libnl-430eb4004ab7f93fd840e9836d4bc9220d3c406d.tar.gz platform_external_libnl-430eb4004ab7f93fd840e9836d4bc9220d3c406d.tar.bz2 platform_external_libnl-430eb4004ab7f93fd840e9836d4bc9220d3c406d.zip | |
vlan: add support for IFLA_VLAN_PROTOCOL
This patch adds support for IFLA_VLAN_PROTOCOL
Signed-off-by: Susant Sahani <susant@redhat.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
[thaller@redhat.com: minor fixes (whitespace, documentation, and a typo)]
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/if_link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_link.h b/include/linux/if_link.h index 4a7cace..8b84939 100644 --- a/include/linux/if_link.h +++ b/include/linux/if_link.h @@ -244,6 +244,7 @@ enum { IFLA_VLAN_FLAGS, IFLA_VLAN_EGRESS_QOS, IFLA_VLAN_INGRESS_QOS, + IFLA_VLAN_PROTOCOL, __IFLA_VLAN_MAX, }; |
