Skip to content
Snippets Groups Projects

Add BFD configuration to Service binding ports

Merged Karel van Klink requested to merge feature/bfd-in-sbp into develop
All threads resolved!
Compare and
15 files
+ 449
197
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 1
1
@@ -246,7 +246,7 @@ class NRENL3CoreServiceImportModel(BaseModel):
bfd_interval: int | None = None
bfd_multiplier: int | None = None
has_custom_policies: bool = False
authentication_key: str
authentication_key: str | None
multipath_enabled: bool = False
send_default_route: bool = False
is_passive: bool = False
Loading