Commit 67fc3c27 authored by Franco Fichtner's avatar Franco Fichtner

rc: need $fp for manual DNS server

parent c1f018b1
......@@ -206,7 +206,7 @@ function next_unused_gateway_name($interface)
function add_gateway_to_config($interface, $gatewayip, $inet_type, $is_in_subnet)
{
global $config;
global $config, $fp;
$label_IPvX = $inet_type == 'inet6' ? 'IPv6' : 'IPv4';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment