Skip to content

Commit

Permalink
[fix] Fix failing test for interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
devkapilbansal committed May 11, 2021
1 parent 48bac07 commit 5ac238f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function interface_functions.new_address_array(address, interface, family)
mask = address['mask'],
proto = proto,
family = family,
gateway = find_default_gateway(interface.route)
gateway = interface_functions.find_default_gateway(interface.route)
}
return new_address
end
Expand Down

0 comments on commit 5ac238f

Please sign in to comment.