Skip to content
Snippets Groups Projects
Commit 221256ac authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Merge branch 'fix/twamp-role-update' into 'develop'

iptrunk_twamp: small refinements to the Junos client template

See merge request !135
parents 7dd9f325 9d582613
Branches
Tags
1 merge request!135iptrunk_twamp: small refinements to the Junos client template
Pipeline #86539 passed
...@@ -2,11 +2,12 @@ services { ...@@ -2,11 +2,12 @@ services {
rpm { rpm {
twamp { twamp {
client { client {
replace: control-connection {{ remote_side_short_name }} { replace: control-connection "{{ local_side_short_name }}--{{ remote_side_short_name }}"
destination-port {{ juniper_twamp_client.destination_port }}; destination-port {{ juniper_twamp_client.destination_port }};
history-size {{ juniper_twamp_client.history_size }}; history-size {{ juniper_twamp_client.history_size }};
target-address {{ remote_side_address }}; target-address {{ remote_side_address }};
test-count {{ juniper_twamp_client.test_count }}; test-count {{ juniper_twamp_client.test_count }};
test-interval {{ juniper_twamp_client.test_interval }};
test-session "{{ local_side_short_name }}--{{ remote_side_short_name }}" { test-session "{{ local_side_short_name }}--{{ remote_side_short_name }}" {
target-address {{ remote_side_address }}; target-address {{ remote_side_address }};
data-fill-with-zeros; data-fill-with-zeros;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment