Franco Fichtner 82b11d3b5f interfaces: fix most common undefined access messages
ipaddr(v6) is not set when not configured which makes sense
but PHP wants us to acknowlege that we really want nothing
when the value doesn't exist.  Stuffing it through the parse_config()
was another idea but in practice in legacy code null equals
<sometag/> and '' equals <sometag></sometag> so if we prime both
fields using null we write them back as empty which isn't bad per
se but also best avoided.
2022-06-16 14:55:07 +02:00
..
2022-04-22 08:30:40 +02:00