Skip to content

Commit

Permalink
Merge pull request #854 from NethServer/mwan-default-last-resort
Browse files Browse the repository at this point in the history
Signed-off-by: Tommaso Bailetti <tommaso.bailetti@nethesis.it>
  • Loading branch information
Tbaile authored Oct 17, 2024
2 parents 42cabe1 + 39506fd commit e5e92a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions files/etc/uci-defaults/99-nethsec-mwan
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# If `mwan3.ns_default` has no last_resort option, add it
if [ -z "$(uci -q get mwan3.ns_default.last_resort)" ]; then
uci set mwan3.ns_default.last_resort=default
uci commit mwan3
fi
2 changes: 1 addition & 1 deletion packages/python3-nethsec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python3-nethsec
PKG_VERSION:=0.0.79
PKG_VERSION:=0.0.80
PKG_RELEASE:=1

PKG_MAINTAINER:=Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
Expand Down

0 comments on commit e5e92a3

Please sign in to comment.