Skip to content

Commit

Permalink
Merge pull request #1045 from ecsv/batadv-2024.0
Browse files Browse the repository at this point in the history
batman-adv: Provide teardown hook for batadv_vlan proto
  • Loading branch information
simonwunderlich authored Feb 5, 2024
2 parents 6a7a1a5 + 9090aef commit 61f15a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion batman-adv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=batman-adv
PKG_VERSION:=2024.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
Expand Down
4 changes: 4 additions & 0 deletions batman-adv/files/lib/netifd/proto/batadv_vlan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ proto_batadv_vlan_setup() {
proto_send_update "$config"
}

proto_batadv_vlan_teardown() {
local cfg="$1"
}

add_protocol batadv_vlan

0 comments on commit 61f15a7

Please sign in to comment.