Skip to content

Commit

Permalink
remove private option for v6 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Feb 24, 2025
1 parent 9d75381 commit 0a79f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cnaas_nms/db/settings_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ class f_extroute_bgp_neighbor_v6(BaseModel):
maximum_routes: Optional[int] = maximum_routes_schema
auth_type: Optional[str] = None
auth_string: Optional[str] = None
remove_private_as: Optional[RemovePrivateASEnum] = None
cli_append_str: str = ""


Expand Down

0 comments on commit 0a79f2b

Please sign in to comment.