mirror of https://github.com/sipwise/ngcpcfg.git
Add an entry for PRO, and add output for all IPs. This also covers the deduplicatioin of IPs, as on PRO and CARRIER, there is a lo interface per node that has the same 127.0.0.1 address. Change-Id: I1af28dcf7f9ca99ad169b2f49b4cd6f74858dcfechanges/27/38227/4
parent
d9ab5d1f6b
commit
ec07460cf7
@ -1,3 +1,7 @@
|
||||
id(int,auto) setid(int) destination(str) priority(int) flags(int) description(str)
|
||||
1:8:sip\:127.0.0.1\::1:0:b2bua1
|
||||
2:9:sip\:127.0.0.1\::1:0:proxy1
|
||||
|
||||
- 10.0.2.15
|
||||
- 127.0.0.1
|
||||
- 192.168.1.38
|
||||
|
||||
@ -1,3 +1,35 @@
|
||||
id(int,auto) setid(int) destination(str) priority(int) flags(int) description(str)
|
||||
1:8:sip\:172.30.52.132\::1:0:b2bua1
|
||||
2:9:sip\:172.30.52.132\::1:0:proxy1
|
||||
|
||||
- 127.0.0.1
|
||||
- 172.30.52.104
|
||||
- 172.30.52.105
|
||||
- 172.30.52.133
|
||||
- 172.30.52.136
|
||||
- 172.30.52.137
|
||||
- 172.30.52.139
|
||||
- 172.30.52.142
|
||||
- 172.30.52.143
|
||||
- 172.30.52.145
|
||||
- 172.30.52.148
|
||||
- 172.30.52.168
|
||||
- 172.30.52.169
|
||||
- 172.30.52.171
|
||||
- 172.30.52.174
|
||||
- 172.30.52.175
|
||||
- 172.30.52.180
|
||||
- 172.30.52.181
|
||||
- 172.30.52.197
|
||||
- 172.30.52.69
|
||||
- 172.30.52.70
|
||||
- 192.168.1.2
|
||||
- 192.168.1.3
|
||||
- 192.168.25.180
|
||||
- 192.168.25.181
|
||||
- 192.168.25.183
|
||||
- 192.168.25.184
|
||||
- 192.168.25.186
|
||||
- 192.168.25.187
|
||||
- 192.168.25.189
|
||||
- 192.168.25.190
|
||||
|
||||
@ -0,0 +1,10 @@
|
||||
id(int,auto) setid(int) destination(str) priority(int) flags(int) description(str)
|
||||
1:8:sip\:127.0.0.1\::1:0:b2bua1
|
||||
2:9:sip\:127.0.0.1\::1:0:proxy1
|
||||
|
||||
- 10.0.2.15
|
||||
- 127.0.0.1
|
||||
- 192.168.1.43
|
||||
- 192.168.22.203
|
||||
- 192.168.255.251
|
||||
- 192.168.255.252
|
||||
Loading…
Reference in new issue