eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

adjacency widget doesn't draw lines for new node types #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new node type having OSPFv2 and/or OSPFv3
2. Turn on the Adjacency Widget
3. Nothing happens.

What is the expected output? What do you see instead?

Adjacencies should be drawn for all node types having Quagga's OSPFv2 and/or 
OSPFv3 service enabled.

The offending line in core/gui/widget.tcl:
        if {[lsearch {router mdr} [getNodeModel $node]] < 0} {
            continue
        }

Should instead check services configured for that node (or node type).

Original issue reported on code.google.com by ahrenh...@gmail.com on 17 Jan 2013 at 5:33

GoogleCodeExporter commented 9 years ago
fixed in r843

Original comment by ahrenh...@gmail.com on 8 Aug 2013 at 10:55