mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #235 from fabianfrz/quagga_ospfv3_neighbors
bugfix in neighbors in quagga.rb
This commit is contained in:
@@ -533,7 +533,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
|
||||
|
||||
Reference in New Issue
Block a user