Reorganize source tree to use single autotools instance
[vpp.git] / src / scripts / vnet / probe4
1 ethernet create-interfaces
2 set int state fake-eth0 up
3 set int ip address fake-eth0 1.0.0.1/24
4 comment { error }
5 comment { ip probe fake-eth0 1.0.0.1 }
6 comment { ip probe fake-eth0 1.2.3.4 }
7 comment { error }
8 comment { ip probe fake-eth0 1.0.0.2 }
9
10
11