Fix a typo in a comment that may be confusing if one doesn't really
check what the code does. Separators are spaces, commas or tabs; not '*' characters (as one may assume by reading the old comment).
This commit is contained in:
parent
6ef8480a88
commit
2ccfeeaef4
@ -40,7 +40,7 @@
|
||||
* net.link.ether.bridge.config
|
||||
* containing a list of interfaces each optionally followed by
|
||||
* a colon and the cluster it belongs to (1 is the default).
|
||||
* Separators can be * spaces, commas or tabs, e.g.
|
||||
* Separators can be spaces, commas or tabs, e.g.
|
||||
* net.link.ether.bridge.config="fxp0:2 fxp1:2 dc0 dc1:1"
|
||||
* Optionally bridged packets can be passed through the firewall,
|
||||
* this is controlled by the variable
|
||||
|
Loading…
x
Reference in New Issue
Block a user