Add IP protection for REPP

This commit is contained in:
Martin Lensment 2015-05-19 19:12:43 +03:00
parent 8321f894d5
commit abf47b1e08
6 changed files with 39 additions and 6 deletions

View file

@ -1,4 +1,9 @@
Fabricator(:white_ip) do
ipv4 '192.168.1.1'
interface WhiteIp::INTERFACE_EPP
interface WhiteIp::EPP
end
Fabricator(:white_ip_repp, from: :white_ip) do
ipv4 '127.0.0.1'
interface WhiteIp::REPP
end