Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix bgp model
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrajewski committed Sep 23, 2024
1 parent 4057b3e commit df9426f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ class RoutingBgpParcel(_ParcelBase):
extra="forbid",
populate_by_name=True,
)
as_num: Union[Global[int], Global[str], Variable] = Field(
as_num: Union[Global[int], Variable] = Field(
validation_alias=AliasPath("data", "asNum"),
description="Set autonomous system number <1..4294967295> or <XX.YY>",
)
Expand Down

0 comments on commit df9426f

Please sign in to comment.