The configuration supports more than one protocol per host.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 25 Feb 2012 16:30:51 +0000 (14:30 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 25 Feb 2012 16:34:31 +0000 (14:34 -0200)
commit47f51204ab2db7505718d55b22efa7139ed0d0ec
tree303dceb9675fe2acdc00ee719a2a985e166a5b8b
parent0b72647e44e5e30860eb6fd6052b28de772df580
The configuration supports more than one protocol per host.
- The protocols must be separated by comma, like ping-protocol=ICMP,ICMPv6.
src/config/host.cpp
src/config/host.h
src/config/option/hostpingprotocoloption.cpp
src/config/option/hostpingprotocoloption.h
test/test_configurationcommandline.cpp
test/test_configurationfile.cpp
test/test_configurationoptions.cpp