Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openwrt-23.05: batman-adv: Provide teardown hook for batadv_vlan proto #1046

Merged
merged 1 commit into from
Feb 5, 2024

Commits on Feb 5, 2024

  1. batman-adv: Provide teardown hook for batadv_vlan proto

    The batadv_vlan proto doesn't need to do anything when it gets teared down.
    But the scripts are still trying to call the teardown function of this
    proto. This results in warnings like:
    
        daemon.notice netifd: batmesh1 (18940): ./batadv_vlan.sh: eval: line 37: proto_batadv_vlan_teardown: not found
    
    Just providing a stub function avoids this log spam.
    
    Fixes: openwrt#1044
    Reported-by: Rani Hod <[email protected]>
    Fixes: f5205d7 ("batman-adv: upgrade package to latest release 2014.2.0")
    Signed-off-by: Sven Eckelmann <[email protected]>
    ecsv committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5a7cac9 View commit details
    Browse the repository at this point in the history