Code

Added support for PING_OPT_DEVICE.
authorSebastian Harl <sh@tokkee.org>
Fri, 17 Jul 2009 12:05:17 +0000 (14:05 +0200)
committerFlorian Forster <sifnfors@stud.informatik.uni-erlangen.de>
Fri, 17 Jul 2009 12:50:25 +0000 (14:50 +0200)
commit6f3b7d94ab32cd6fc94398ebd326055ad36d88f2
treed5d5dd7fd7f107cf08f798b5b07a8d0f370f253f
parent3ed22ab6a9f4a6fb78513ca7706dc58d7bf95912
Added support for PING_OPT_DEVICE.

This option may be used to set the outgoing network device to be used. The
value passed must be a char-pointer to a null-terminated string specifying an
interface name (e.g. eth0).

Please note that this might not be supported by all operating systems. In that
case, ping_setopt() sets the error to "operation not supported".
src/liboping.c
src/mans/ping_setopt.pod
src/oping.h