|
@@ -25,7 +25,8 @@ class IKEProposalSerializer(NetBoxModelSerializer):
|
|
|
choices=EncryptionAlgorithmChoices
|
|
choices=EncryptionAlgorithmChoices
|
|
|
)
|
|
)
|
|
|
authentication_algorithm = ChoiceField(
|
|
authentication_algorithm = ChoiceField(
|
|
|
- choices=AuthenticationAlgorithmChoices
|
|
|
|
|
|
|
+ choices=AuthenticationAlgorithmChoices,
|
|
|
|
|
+ required=False
|
|
|
)
|
|
)
|
|
|
group = ChoiceField(
|
|
group = ChoiceField(
|
|
|
choices=DHGroupChoices
|
|
choices=DHGroupChoices
|