mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
bugfix in neighbors in quagga.rb
(cherry picked from commit 6fbee5be1a)
This commit is contained in:
parent
bda7970e0c
commit
26f9845233
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue