removed ovs node from gui
This commit is contained in:
parent
9c4459e7e7
commit
b0c30056f9
5 changed files with 21 additions and 39 deletions
|
@ -2706,7 +2706,7 @@ proc sendNodeTypeInfo { sock reset } {
|
|||
set typesinuse ""
|
||||
foreach node $node_list {
|
||||
set type [nodeType $node]
|
||||
if { $type != "router" && $type != "OVS" } { continue }
|
||||
if { $type != "router" } { continue }
|
||||
set model [getNodeModel $node]
|
||||
if { [lsearch $typesinuse $model] < 0 } { lappend typesinuse $model }
|
||||
}
|
||||
|
@ -2910,7 +2910,6 @@ proc getNodeTypeAPI { node } {
|
|||
router { return 0x0 }
|
||||
netns { return 0x0 }
|
||||
jail { return 0x0 }
|
||||
OVS { return 0x0 }
|
||||
physical { return 0x1 }
|
||||
tbd { return 0x3 }
|
||||
lanswitch { return 0x4 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue