From 7ee755df7536e352ec3658d0f55ded42c5a00706 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 22 Nov 2021 14:43:47 +0100 Subject: [PATCH] interfaces: bring back old name from c30477bef708fa02 Same same but different. Eventually we want to remove it. --- src/etc/inc/interfaces.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 2dcc5b5b6..8a1abb869 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -2316,7 +2316,7 @@ function interfaces_addresses_flush($realif, $family = 4, $ifconfig_details = nu } } -function interface_configure_parent($realif) +function interface_virtual_create($realif) { if (empty($realif)) { return; @@ -2374,7 +2374,7 @@ function interface_configure($verbose = false, $interface = 'wan', $reload = fal } /* XXX ideally we should give up inlining parent configuration */ - interface_configure_parent($realhwif); + interface_virtual_create($realhwif); $ifconfig_details = legacy_interfaces_details(); if (empty($ifconfig_details[$realhwif])) {