Interface's auto value zero for not starting automatically during startup. But network reload is removing IP for an interface and not making down

Two network interfaces are configured as auto '0'.
When called the
ubus call network restart
then the above two interfaces are down. and the monitoring task is trying to bringup.

But when we call
ubus call network reload,
then taking the IP from the interface and not making down also.

How to handle this kind of situation?

  • reload is intended to preserve connectivity and apply the settings.
  • restart performs complete re-initialization.
2 Likes