[DOC] fix typo on stickiness rules
This commit is contained in:
parent
e18fdfdb85
commit
ec579d83f7
|
@ -4704,7 +4704,7 @@ stick on <pattern> [table <table>] [{if | unless} <condition>]
|
|||
|
||||
Examples :
|
||||
# The following form ...
|
||||
stick or src table pop if !localhost
|
||||
stick on src table pop if !localhost
|
||||
|
||||
# ...is strictly equivalent to this one :
|
||||
stick match src table pop if !localhost
|
||||
|
|
Loading…
Reference in New Issue