Skip to content
Snippets Groups Projects
Verified Commit aae39a6e authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Attempt fixing an input form

parent 0eb62fe2
No related branches found
No related tags found
1 merge request!298Add BFD configuration to Service binding ports
......@@ -70,9 +70,9 @@ def initial_input_form_generator(product_name: str) -> FormGenerator:
bfd_multiplier: int | None = None
class BaseBGPPeer(BaseModel):
bfd_settings: BFDSettingsForm
bfd_settings: BFDSettingsForm = BFDSettingsForm(bfd_enabled=False, bfd_interval=None, bfd_multiplier=None)
has_custom_policies: bool = False
authentication_key: str | None
authentication_key: str | None = None
multipath_enabled: bool = False
send_default_route: bool = False
is_passive: bool = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment