commit | 25301ace0efef84beff747b38a3885e79c3b7ac5 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Wed Sep 04 11:25:30 2024 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Sep 06 18:01:15 2024 -0400 |
tree | 6fda384e55a82ed8629ffecad97ce4d2acc3fc27 | |
parent | 5355920f98832a954622dc46333f53539d30a0cf [diff] |
net: virtual: Pass status to caller when starting/stopping interface When virtual interface is being started or stopped so when the interface is brought up or down, check the return code and pass it to net_if_up() or net_if_down() calls. This helps to avoid printing success status even if the interface up/down failed at the virtual interface level. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>