Revision 235c051f
Added by Jim Pingle about 7 years ago
src/etc/inc/ipsec.inc | ||
---|---|---|
888 | 888 |
$vtisubnet_spec[] = array( |
889 | 889 |
'left' => ipsec_idinfo_to_cidr($ph2ent['localid'], true, $ph2ent['mode']), |
890 | 890 |
'right' => ipsec_idinfo_to_cidr($ph2ent['remoteid'], false, $ph2ent['mode']), |
891 |
'descr' => $ph2ent['descr'], |
|
891 | 892 |
); |
892 | 893 |
} |
893 | 894 |
$is_vti = true; |
Also available in: Unified diff
Rework how IPsec VTI interfaces and reqid specifications for same are formed. Ticket #8544