bugfix in neighbors in quagga.rb

(cherry picked from commit 6fbee5be1a)
This commit is contained in:
Fabian Franz 2017-08-28 13:10:08 +02:00 committed by Franco Fichtner
parent bda7970e0c
commit 26f9845233

View file

@ -524,7 +524,7 @@ class OSPFv3
route
end
def neighbor
def neighbors
qta = QuaggaTableReader.new(["Neighbor ID","Pri", "DeadTime", "State/IfState", "Duration I/F[State]"])
neighbor = []
nb = @vtysh.execute("show ipv6 ospf6 neighbor").lines