Skip to content

netifd: fix anywan crash

Rahul Thakur requested to merge fix_netifd_crash into devel

This commit fixed crash with following details:

  • crash is caused when the switchover happens since the underlying device does not exist anymore while netifd tries to access the ifname of this device from its pointer stored in if_old structure.

Merge request reports