mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
plugins/interfaces: register lo0
This commit is contained in:
parent
42e9d86d68
commit
57bd1f2b05
@ -223,3 +223,19 @@ function core_syslog()
|
||||
|
||||
return $logfacilities;
|
||||
}
|
||||
|
||||
|
||||
function core_interfaces()
|
||||
{
|
||||
return [
|
||||
"lo0" => [
|
||||
"if" => "lo0",
|
||||
"enable" => true,
|
||||
"descr" => gettext("loopback"),
|
||||
"virtual" => true,
|
||||
"ipaddr" => "127.0.0.1",
|
||||
"subnet" => "8",
|
||||
"type" => "none"
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user