File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ IF status.item(hosts.$X_host.status);
8080 name = X_name
8181 address = X_ip
8282 adv_addr = X_adv_ip
83- port_min = X_ifc.rtp_port_min || 0
84- port_max = X_ifc.rtp_port_max || 0
83+ port_min = X_ifc.rtp_port_min || 0
84+ port_max = X_ifc.rtp_port_max || 0
8585 };
8686 out.push(X_obj);
8787 ELSE;
@@ -113,8 +113,8 @@ IF status.item(hosts.$X_host.status);
113113 X_obj = {
114114 name = X_name
115115 address = X_ip
116- port_min = X_ifc.rtp_port_min || 0
117- port_max = X_ifc.rtp_port_max || 0
116+ port_min = X_ifc.rtp_port_min || 0
117+ port_max = X_ifc.rtp_port_max || 0
118118 };
119119 out.push(X_obj);
120120 ELSE;
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ FOREACH X_ifc IN argv.instance.interfaces;
7070 name = X_name
7171 address = X_ip
7272 adv_addr = X_adv_ip
73- port_min = X_ifc.rtp_port_min || 0
74- port_max = X_ifc.rtp_port_max || 0
73+ port_min = X_ifc.rtp_port_min || 0
74+ port_max = X_ifc.rtp_port_max || 0
7575 };
7676 out.push(X_obj);
7777 ELSE;
@@ -103,8 +103,8 @@ FOREACH X_ifc IN argv.instance.interfaces;
103103 X_obj = {
104104 name = X_name
105105 address = X_ip
106- port_min = X_ifc.rtp_port_min || 0
107- port_max = X_ifc.rtp_port_max || 0
106+ port_min = X_ifc.rtp_port_min || 0
107+ port_max = X_ifc.rtp_port_max || 0
108108 };
109109 out.push(X_obj);
110110 ELSE;
You can’t perform that action at this time.
0 commit comments