Skip to content

Commit

Permalink
Website update for main
Browse files Browse the repository at this point in the history
  • Loading branch information
antrea-bot committed Jan 14, 2025
1 parent 885050c commit 7590c9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/docs/main/docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,7 @@ <h3 id="crd.antrea.io/v1alpha1.BGPPolicy">BGPPolicy
</em>
</td>
<td>
<p>LocalASN is the AS number used by the BGP process. The available private AS number range is 64512-65535.</p>
<p>LocalASN is the AS number used by the BGP process. It accepts values in the range of 1-65535.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -3575,7 +3575,7 @@ <h3 id="crd.antrea.io/v1alpha1.BGPPolicySpec">BGPPolicySpec
</em>
</td>
<td>
<p>LocalASN is the AS number used by the BGP process. The available private AS number range is 64512-65535.</p>
<p>LocalASN is the AS number used by the BGP process. It accepts values in the range of 1-65535.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -12483,5 +12483,5 @@ <h3 id="system.antrea.io/v1beta1.BundleStatus">BundleStatus
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>bf41a62</code>.
on git commit <code>3e4c588</code>.
</em></p>
8 changes: 6 additions & 2 deletions content/docs/main/docs/bgp-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,12 @@ as the effective BGPPolicy.

### LocalASN

The `localASN` field defines the Autonomous System Number (ASN) that the local BGP process uses. The available private
ASN range is `64512-65535`. The field is mandatory.
The `localASN` field defines the Autonomous System Number (ASN) that the local BGP process uses. This field is mandatory
and accepts values in the range of `1-65535`.

Private ASNs, which are within the ranges 64512-65534 (16-bit), should be strictly limited to private networks or
environments that do not peer with public ASNs. If public network connectivity is required, coordinate with your upstream
provider to avoid issues caused by private ASN usage.

### ListenPort

Expand Down

0 comments on commit 7590c9c

Please sign in to comment.