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

iptrunk_twamp: small refinements to the Junos client template

parent 7dd9f325
No related branches found
No related tags found
1 merge request!135iptrunk_twamp: small refinements to the Junos client template
Pipeline #86538 passed
......@@ -2,11 +2,12 @@ services {
rpm {
twamp {
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 }};
history-size {{ juniper_twamp_client.history_size }};
target-address {{ remote_side_address }};
test-count {{ juniper_twamp_client.test_count }};
test-interval {{ juniper_twamp_client.test_interval }};
test-session "{{ local_side_short_name }}--{{ remote_side_short_name }}" {
target-address {{ remote_side_address }};
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