From: Thierry Parmentelat Date: Fri, 7 Sep 2012 06:11:35 +0000 (+0200) Subject: add netmask in the example file X-Git-Tag: sliver-openvswitch-1.8.90-0~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aabb14c0b2407bf61d107ab7846c4b6ff20e0e13;p=sliver-openvswitch.git add netmask in the example file --- diff --git a/planetlab/exp-tool/conf.mk.example b/planetlab/exp-tool/conf.mk.example index 821e9558d..5c4d895cb 100644 --- a/planetlab/exp-tool/conf.mk.example +++ b/planetlab/exp-tool/conf.mk.example @@ -9,10 +9,10 @@ HOST_END1=vnode10.pl.sophia.inria.fr # f14-64 HOST_END2=vnode07.pl.sophia.inria.fr -IP_SENDER=10.0.100.1 -IP_MUX=10.0.100.2 -IP_END1=10.0.100.3 -IP_END2=10.0.100.4 +IP_SENDER=10.0.100.1/24 +IP_MUX=10.0.100.2/24 +IP_END1=10.0.100.3/24 +IP_END2=10.0.100.4/24 # the ssh key to use; optional SSH_KEY=key_user.rsa