-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Store full backup of default UCI files
Without this patch, OpenWISP will not store complete UCI files when overwriting them. This causes the removal of important UCI options when templates are removed.
- Loading branch information
1 parent
dcda6e9
commit 074d6a0
Showing
4 changed files
with
20 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config defaults 'defaults' | ||
option syn_flood '1' | ||
option input 'ACCEPT' | ||
option output 'ACCEPT' | ||
option forward 'REJECT' |