diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-30 08:58:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-30 08:58:57 +0000 |
commit | ebf1667be0629c74370e4b9e7f7d3b91f3feea71 (patch) | |
tree | a6895a8990f6f2b3f5bd2a1c1483a6a8926f9e4f /man/pingu.conf.5.in | |
parent | 6708527175f6949a5a4eeeba65fe7166f26aab68 (diff) | |
download | pingu-ebf1667be0629c74370e4b9e7f7d3b91f3feea71.tar.bz2 pingu-ebf1667be0629c74370e4b9e7f7d3b91f3feea71.tar.xz |
pingu_conf: add 'ping' keyword to interface context
This is a shorthand of definig a host and bind it to interface
Diffstat (limited to 'man/pingu.conf.5.in')
-rw-r--r-- | man/pingu.conf.5.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/pingu.conf.5.in b/man/pingu.conf.5.in index 8a8cced..a33f11e 100644 --- a/man/pingu.conf.5.in +++ b/man/pingu.conf.5.in @@ -62,6 +62,9 @@ gateway online. The alternate route table for this interface. .It Cd rule-priority The preference value for the ip rule. +.It Cd ping +Host to ping to verify that gateway is still up. This is the same as defining +a host and bind it to interface. .El .Sh HOST CONTEXT |