~ubuntu-branches/ubuntu/trusty/picviz/trusty

« back to all changes in this revision

Viewing changes to src/libpicviz/tests/test-var-ipv4.pcv

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-03-30 10:42:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090330104208-j095obwkp574t1lm
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
header {
 
2
    title = "IPv4 Variable Test";
 
3
}
 
4
engine {
 
5
        relative = "0";
 
6
}
 
7
axes {
 
8
    ipv4 axis1;
 
9
    ipv4 axis2;
 
10
}
 
11
data {
 
12
        axis1="10.0.0.1", axis2="156.56.103.5";
 
13
        axis1="127.0.0.1", axis2="156.56.103.5" [color="blue"];
 
14
        axis1="172.16.32.24", axis2="156.56.103.5" [color="red"];
 
15
        axis1="192.168.0.1", axis2="156.56.103.5" [color="green"];
 
16
        axis1="192.168.0.2", axis2="156.56.103.5" [color="green"];
 
17
        axis1="192.168.33.16", axis2="156.56.103.5" [color="green"];
 
18
        axis1="192.168.33.223", axis2="156.56.103.5" [color="green"];
 
19
        axis1="192.168.1.42", axis2="156.56.103.5" [color="green"];
 
20
        axis1="192.168.2.42", axis2="156.56.103.5" [color="green"];
 
21
}
 
22