mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
bugfix in neighbors in quagga.rb
This commit is contained in:
parent
963d99b020
commit
6fbee5be1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue