From ecba7dfa6d99429d5920ba64b57b26e04244ff35 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 Apr 2017 13:06:34 +0100 Subject: [PATCH] fix program names in example.cfg --- test.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.cfg b/test.cfg index 09c25fd..d44a090 100644 --- a/test.cfg +++ b/test.cfg @@ -6,7 +6,7 @@ addrs = 127.0.0.1 port = 8099 vnetwork = 192.0.2.0/24 -# ./server --debug-select=+ -c test.cfg +# ./hippotatd --debug-select=+ -c test.cfg # nc -n -v -l -p 8100 -c 'dd of=/dev/null' @@ -16,7 +16,7 @@ password = sesame [192.0.2.3] ipif = PATH=/usr/local/sbin:/sbin:/usr/sbin:$PATH really ./fake-userv /home/ian/things/Userv/userv-utils.git/ipif/service \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s' -# ./client -D -c test.cfg +# ./hippotat -D -c test.cfg [192.0.2.4] #password = zorkmids -- 2.30.2