Add a device type for virtual interfaces.
This commit is contained in:
parent
dede2093e5
commit
33fb8dc930
@ -54,6 +54,7 @@
|
||||
#define ATM_DEVICE_IDTABR155 11 /* 77252 based card 155MBit */
|
||||
#define ATM_DEVICE_PROATM25 12 /* 77252 based ProSum card 25MBit */
|
||||
#define ATM_DEVICE_PROATM155 13 /* 77252 based ProSum card 155MBit */
|
||||
#define ATM_DEVICE_VIRTUAL 14 /* virtual ATM device (netgraph) */
|
||||
|
||||
/* map to strings and vendors */
|
||||
#define ATM_DEVICE_NAMES \
|
||||
@ -70,7 +71,8 @@
|
||||
{ "IDT77252/25", "IDT" }, \
|
||||
{ "IDT77252/155", "IDT" }, \
|
||||
{ "ProATM/25", "ProSum" }, \
|
||||
{ "ProATM/155", "ProSum" },
|
||||
{ "ProATM/155", "ProSum" }, \
|
||||
{ "Virtual", "NetGraph" },
|
||||
|
||||
/*
|
||||
* This is the common link layer MIB for all ATM interfaces. Much of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user