removed session.create_emane_network, removed unused node types
This commit is contained in:
parent
14d759667c
commit
945f3cce5b
7 changed files with 40 additions and 58 deletions
|
@ -695,18 +695,15 @@ message NodeType {
|
|||
enum Enum {
|
||||
DEFAULT = 0;
|
||||
PHYSICAL = 1;
|
||||
TBD = 3;
|
||||
SWITCH = 4;
|
||||
HUB = 5;
|
||||
WIRELESS_LAN = 6;
|
||||
RJ45 = 7;
|
||||
TUNNEL = 8;
|
||||
KTUNNEL = 9;
|
||||
EMANE = 10;
|
||||
TAP_BRIDGE = 11;
|
||||
PEER_TO_PEER = 12;
|
||||
CONTROL_NET = 13;
|
||||
EMANE_NET = 14;
|
||||
DOCKER = 15;
|
||||
LXC = 16;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue