Use config_get_path() for friendly ifnames and vlan configs
These elements may not exist in the config depending on the user config andavailable ifaces, causing errors in php 8 when attempting to do element accesson a string or nil value.
Use config_get_path() for friendly ifnames and vlan configs
These elements may not exist in the config depending on the user config and
available ifaces, causing errors in php 8 when attempting to do element access
on a string or nil value.