Fixes a bug where an IP alias on loopback interface is not initialized at boot.
A recent change changed the IP alias setup to only happen on enabled interfaces. As the loopback interfaces do not have the enabled flag on config there are being skiped.
While here reduce some duplicate code and apply the same rules for VIPs and IP aliases.
Fixes a bug where an IP alias on loopback interface is not initialized at boot.
A recent change changed the IP alias setup to only happen on enabled interfaces. As the loopback interfaces do not have the enabled flag on config there are being skiped.
While here reduce some duplicate code and apply the same rules for VIPs and IP aliases.
Ticket: #8393
Github PR: #3920