mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Metaflush on/off values don't need quotes.
Reviewed by: pjd MFC after: 3 days
This commit is contained in:
parent
57d025c338
commit
cfbd0d18bb
1 changed files with 4 additions and 4 deletions
|
|
@ -63,7 +63,7 @@ checksum <algorithm>
|
|||
compression <algorithm>
|
||||
timeout <seconds>
|
||||
exec <path>
|
||||
metaflush "on" | "off"
|
||||
metaflush on | off
|
||||
pidfile <path>
|
||||
|
||||
on <node> {
|
||||
|
|
@ -89,14 +89,14 @@ resource <name> {
|
|||
local <path>
|
||||
timeout <seconds>
|
||||
exec <path>
|
||||
metaflush "on" | "off"
|
||||
metaflush on | off
|
||||
|
||||
on <node> {
|
||||
# Resource-node section
|
||||
name <name>
|
||||
# Required
|
||||
local <path>
|
||||
metaflush "on" | "off"
|
||||
metaflush on | off
|
||||
# Required
|
||||
remote <addr>
|
||||
source <addr>
|
||||
|
|
@ -106,7 +106,7 @@ resource <name> {
|
|||
name <name>
|
||||
# Required
|
||||
local <path>
|
||||
metaflush "on" | "off"
|
||||
metaflush on | off
|
||||
# Required
|
||||
remote <addr>
|
||||
source <addr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue