<div dir="ltr">Hello Folks,<div><br></div><div>I am trying to create a unique CHILD_SA for a combination of local_ts and remote_ts combination - here is my configuration file - </div><div><br></div><div>=============================</div><div>connections {<br>    transport {<br>        remote_addrs = 10.168.0.7<br>        version = 2<br>        proposals = default<br><br>        local {<br>            id = "transport"<br>            auth = psk<br>        }<br>        remote {<br>            id = "transport"<br>            auth = psk<br>        }<br><br>        children {<br>            transport-tcp {<br>                local_ts = <a href="http://192.168.0.1/32">192.168.0.1/32</a><br>                remote_ts = <a href="http://192.168.0.2/32">192.168.0.2/32</a><br>                mode = transport<br>                start_action = start<br>            }<br>               transport-tcp-2 {<br>                local_ts = <a href="http://192.168.0.3/32">192.168.0.3/32</a><br>                remote_ts = <a href="http://192.168.0.4/32">192.168.0.4/32</a><br>                mode = transport<br>                start_action = start<br>            }<br>        }<br>    }<br>}<br></div><div>secrets {<br>    ike-1 {<br>        secret = "xxxxx"<br>    }<br>}<br></div><div><div>=============================</div><div><br></div><div>I can see the CHILD_SA only for  <a href="http://192.168.0.1/32">192.168.0.1/32</a> ====== <a href="http://192.168.0.2/32">192.168.0.2/32</a> but not the other CHILD_SA for <a href="http://192.168.0.3/32">192.168.0.3/32</a> ====== <a href="http://192.168.0.4/32">192.168.0.4/32</a>. What am I doing wrong ?</div><br class="gmail-Apple-interchange-newline"></div></div>