mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ipf: Correct ippool.5 man page
The file URL must be enclosed in quotes. MFC after: 3 days
This commit is contained in:
parent
2bef0d54f7
commit
278a726eec
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ addresses from. To do this simply use a "file://" URL where you would
|
|||
specify an actual IP address.
|
||||
.PP
|
||||
.nf
|
||||
pool ipf/tree (name rfc1918;) { file:///etc/ipf/rfc1918; };
|
||||
pool ipf/tree (name rfc1918;) { "file:///etc/ipf/rfc1918;" };
|
||||
.fi
|
||||
.PP
|
||||
The contents of the file might look something like this:
|
||||
|
|
|
|||
Loading…
Reference in a new issue