VLAN trunk test and NAT test

This commit is contained in:
Eishun Kondoh 2017-12-01 20:51:43 +09:00
parent 49d40bf2c0
commit 9b7fb2dc96
5 changed files with 112 additions and 29 deletions

View file

@ -5,15 +5,16 @@ use Mix.Config
config :heckle,
vlan_tagging: true,
vlan_id: 123,
vlan_trunk: "1",
access_port1: "3",
access_port2: "4",
receiver_mac: "00000000000f",
receiver_ip: {8,8,8,8},
sender_mac: "001122334455",
inside_local: {192,168,5,10},
outside_local: {192,168,255,1},
flow_pattern: :bum # :nat || :bum
vlan_trunk1: "1",
vlan_trunk2: "4",
access_port1: "2",
access_port2: "3",
receiver_mac: "1a2c3d0e0191",
receiver_ip: {192,168,123,1},
sender_mac: "cec9bd531dfc",
inside_local: {192,168,11,1},
outside_local: {192,168,123,2},
flow_pattern: :nat # :nat || :bum
config :tres,
protocol: :tcp,
@ -24,7 +25,7 @@ config :tres,
callback_args: ["0002b05ada98d790"]
config :logger,
level: :debug,
level: :info,
format: "$date $time [$level] $metadata$message\n",
metadata: [:application],
handle_otp_reports: true