We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1926d commit acb6f25Copy full SHA for acb6f25
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/IPsecPhase1.inc
@@ -94,6 +94,7 @@ class IPsecPhase1 extends Model {
94
);
95
$this->interface = new InterfaceField(
96
required: true,
97
+ allow_carp_interface: true,
98
help_text: 'The interface for the local endpoint of this phase 1 entry. This should be an interface ' .
99
'that is reachable by the remote peer.',
100
0 commit comments