Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/configuration/loadbalancing/wan.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ type WLB test type
address or hostname.
- `test-script`: A user-defined script must return 0 to succeed and
non-zero to fail. Scripts reside in `/config/scripts`. For other locations,
provide the full path.
provide the full path. When the script runs, VyOS sets
`WLB_INTERFACE_NAME` to the interface under test. The same value is available
as `WLB_SCRIPT_IFACE` for backward compatibility.
- `ttl-limit`: For the UDP TTL limit test, specify the hop count limit.
The limit must be shorter than the path length. The test succeeds when an
ICMP time-expired message is returned. Default `1`.
Expand Down
Loading