Skip to content

Commit acb6f25

Browse files
feat(IPsecPhase1): allow carp interface values #758
1 parent 4c1926d commit acb6f25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/IPsecPhase1.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class IPsecPhase1 extends Model {
9494
);
9595
$this->interface = new InterfaceField(
9696
required: true,
97+
allow_carp_interface: true,
9798
help_text: 'The interface for the local endpoint of this phase 1 entry. This should be an interface ' .
9899
'that is reachable by the remote peer.',
99100
);

0 commit comments

Comments
 (0)