diff options
-rw-r--r-- | scripts/automation/regression/cfg/client_cfg.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/automation/regression/cfg/client_cfg.yaml b/scripts/automation/regression/cfg/client_cfg.yaml index 8db8dfd5..5c3d19ef 100644 --- a/scripts/automation/regression/cfg/client_cfg.yaml +++ b/scripts/automation/regression/cfg/client_cfg.yaml @@ -7,8 +7,10 @@ groups: ip_end : 16.0.1.255 initiator : next_hop: 1.1.1.1 + src_ip : 1.1.1.2 responder : next_hop: 1.1.2.1 + src_ip : 1.1.2.2 count : 1 @@ -16,8 +18,10 @@ groups: ip_end : 17.0.1.255 initiator : next_hop: 1.1.3.1 + src_ip : 1.1.3.2 responder : next_hop: 1.1.4.1 + src_ip : 1.1.4.2 count : 1 @@ -25,8 +29,10 @@ groups: ip_end : 18.0.1.255 initiator : next_hop: 1.1.5.1 + src_ip : 1.1.5.2 responder : next_hop: 1.1.6.1 + src_ip : 1.1.6.2 count : 1 @@ -34,7 +40,9 @@ groups: ip_end : 19.0.1.255 initiator : next_hop: 1.1.7.1 + src_ip : 1.1.7.2 responder : next_hop: 1.1.8.1 + src_ip : 1.1.8.2 count : 1 |