Home
last modified time | relevance | path

Searched refs:vlan_index (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/guest/commands/ip_link_add/
Dmain.cpp57 uint16_t vlan_index = atoi(argv[4]); in main() local
58 link_add_request.AddInt(IFLA_VLAN_ID, vlan_index); in main()