merged latest code from rodolfos merge from the latest github pull
This commit is contained in:
commit
613e550e8a
32 changed files with 267 additions and 276 deletions
|
@ -15,18 +15,18 @@ if { $execMode == "interactive" } {
|
|||
# these are the default node types when nodes.conf does not exist
|
||||
# index {name normal-icon tiny-icon services type metadata}
|
||||
array set g_node_types_default {
|
||||
1 {router router.gif router.gif {zebra OSPFv2 OSPFv3 vtysh IPForward} \
|
||||
1 {router router.gif router.gif {zebra OSPFv2 OSPFv3 IPForward} \
|
||||
netns {built-in type for routing}}
|
||||
2 {host host.gif host.gif {DefaultRoute SSH} \
|
||||
netns {built-in type for servers}}
|
||||
3 {PC pc.gif pc.gif {DefaultRoute} \
|
||||
netns {built-in type for end hosts}}
|
||||
4 {mdr mdr.gif mdr.gif {zebra OSPFv3MDR vtysh IPForward} \
|
||||
4 {mdr mdr.gif mdr.gif {zebra OSPFv3MDR IPForward} \
|
||||
netns {built-in type for wireless routers}}
|
||||
5 {prouter router_green.gif router_green.gif \
|
||||
{zebra OSPFv2 OSPFv3 vtysh IPForward} \
|
||||
{zebra OSPFv2 OSPFv3 IPForward} \
|
||||
physical {built-in type for physical nodes}}
|
||||
6 {xen xen.gif xen.gif {zebra OSPFv2 OSPFv3 vtysh IPForward} \
|
||||
6 {xen xen.gif xen.gif {zebra OSPFv2 OSPFv3 IPForward} \
|
||||
xen {built-in type for Xen PVM domU router}}
|
||||
7 {OVS lanswitch.gif lanswitch.gif {DefaultRoute SSH OvsService} OVS {} }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue