libnl  3.5.0
nl_vf_vlan_info Struct Reference

SRIOV VF VFLAN settings. More...

#include <sriov.h>

Data Fields

uint32_t vf_vlan
 
uint32_t vf_vlan_qos
 
uint16_t vf_vlan_proto
 

Detailed Description

SRIOV VF VFLAN settings.

Definition at line 65 of file sriov.h.

Field Documentation

◆ vf_vlan

uint32_t nl_vf_vlan_info::vf_vlan

VLAN number

Definition at line 66 of file sriov.h.

◆ vf_vlan_qos

uint32_t nl_vf_vlan_info::vf_vlan_qos

VLAN QOS value

Definition at line 67 of file sriov.h.

◆ vf_vlan_proto

uint16_t nl_vf_vlan_info::vf_vlan_proto

VLAN protocol

Definition at line 68 of file sriov.h.