Skip to content

Commit 311b165

Browse files
Generate vpn
1 parent a6f9daf commit 311b165

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

services/vpn/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
91111d4871a604207235ce0835c7840677bda134
1+
ede687fbd6cfc05a7df43d36a45e168d1f109ca1

services/vpn/src/stackit/vpn/models/bgp_gateway_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ class BGPGatewayConfig(BaseModel):
2727
BGP configuration effects all connections. (only for routingMode=BGP_ROUTE_BASED)
2828
""" # noqa: E501
2929

30-
local_asn: Optional[Annotated[int, Field(le=4294967294, strict=True, ge=64512)]] = Field(
31-
default=None,
30+
local_asn: Annotated[int, Field(le=4294967294, strict=True, ge=64512)] = Field(
3231
description="ASN for private use (reserved by IANA), both 16Bit and 32Bit ranges are valid (RFC 6996). ",
3332
alias="localAsn",
3433
)

0 commit comments

Comments
 (0)