1. NAME

struct_vif_params - describes virtual interface parameters

2. SYNOPSIS



 
Sélectionnez
struct vif_params {
  int use_4addr;
  u8 macaddr[ETH_ALEN];
};

3. MEMBERS

use_4addr
    use 4-address frames

macaddr[ETH_ALEN]
    address to use for this virtual interface. This will only be used for non-netdevice interfaces. If this parameter is set to zero address the driver may determine the address as needed.

4. AUTHOR

Johannes Berg <>
    Author.

5. COPYRIGHT