Trying to make uci network configuration one time #22
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Sysdeploy/openwrt#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lee.miller/openwrt:defaults"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
This is for #21. To apply the network defaults once.
@ -1,3 +1,5 @@
[ "$(uci -q get firewall.@rule[-1].name)" = "Allow-SSH" ] && exit 0
This may not work if I add more rules (manually) later.
This looks ok to me.