diff options
Diffstat (limited to 'contrib/ip_and_mac/t1.sql')
| -rw-r--r-- | contrib/ip_and_mac/t1.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ip_and_mac/t1.sql b/contrib/ip_and_mac/t1.sql new file mode 100644 index 0000000000..0ded14f3d3 --- /dev/null +++ b/contrib/ip_and_mac/t1.sql @@ -0,0 +1,5 @@ +insert into xx values('193.124.23.2','host2'); +insert into xx values('193.124.23.3','host3'); +insert into xx values('193.124.22.1','host4'); +insert into xx values('193.124.22.2','host5'); +insert into xx values('193.124.22.3','host6'); |
