Skip to content

Commit

Permalink
[fix] Fixed ZeroTier schema for allow_managed field
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Nov 5, 2024
1 parent 8afbb38 commit 2e9f754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netjsonconfig/backends/openwrt/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@
"format": "checkbox",
"description": (
"Allow ZeroTier to set IP Addresses"
" and Routes (local/private ranges only)",
" and Routes (local/private ranges only)"
),
},
"allow_global": {
Expand Down
2 changes: 1 addition & 1 deletion netjsonconfig/backends/zerotier/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"default": True,
"format": "checkbox",
"description": (
"Allow ZeroTier to set IP Addresses and Routes (local/private ranges only)",
"Allow ZeroTier to set IP Addresses and Routes (local/private ranges only)"
),
},
"allow_global": {
Expand Down

0 comments on commit 2e9f754

Please sign in to comment.