From 02621a75d0d396ee790960d07674b09f6e6ccd5c Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Tue, 1 May 2018 14:52:44 +0800 Subject: [PATCH] ping plugin: update docs for AddressFamily option --- src/collectd.conf.in | 1 + src/collectd.conf.pod | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 6ec61f32..14e8e983 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1126,6 +1126,7 @@ # Timeout 0.9 # TTL 255 # SourceAddress "1.2.3.4" +# AddressFamily "any" # Device "eth0" # MaxMissed -1 # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index e9715126..aefcbffc 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6185,6 +6185,10 @@ long string is used so that the packet size of an ICMPv4 packet is exactly Sets the source address to use. I may either be a numerical network address or a network hostname. +=item B I + +Sets the address family to use. I may be "any", "ipv4" or "ipv6". This option will be ignored if you set a B. + =item B I Sets the outgoing network device to be used. I has to specify an -- 2.11.0