Skip to content

Commit 02413f2

Browse files
authored
Merge pull request #84440 from slovern/TELCODOCS-2037
TELCODOCS-2037 - Add Dynamic ASN
2 parents f233c60 + 6583d49 commit 02413f2

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

modules/nw-metallb-bgppeer-cr.adoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,21 @@ The fields for the BGP peer custom resource are described in the following table
2626

2727
|`spec.myASN`
2828
|`integer`
29-
|Specifies the Autonomous System number for the local end of the BGP session.
30-
Specify the same value in all BGP peer custom resources that you add.
29+
|Specifies the Autonomous System Number (ASN) for the local end of the BGP session.
30+
In all BGP peer custom resources that you add, specify the same value .
3131
The range is `0` to `4294967295`.
3232

3333
|`spec.peerASN`
3434
|`integer`
35-
|Specifies the Autonomous System number for the remote end of the BGP session.
36-
The range is `0` to `4294967295`.
35+
|Specifies the ASN for the remote end of the BGP session.
36+
The range is `0` to `4294967295`.
37+
If you use this field, you cannot specify a value in the `spec.dynamicASN` field.
38+
39+
|`spec.dynamicASN`
40+
|`string`
41+
| Detects the ASN to use for the remote end of the session without explicitly setting it.
42+
Specify `internal` for a peer with the same ASN, or `external` for a peer with a different ASN.
43+
If you use this field, you cannot specify a value in the `spec.peerASN` field.
3744

3845
|`spec.peerAddress`
3946
|`string`

modules/nw-metallb-frr-k8s-configuration-crd.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The fields for the `FRRConfiguration` custom resource are described in the follo
224224

225225
|`spec.bgp.routers.asn`
226226
|`integer`
227-
|The autonomous system number to use for the local end of the session.
227+
|The Autonomous System Number (ASN) to use for the local end of the session.
228228

229229
|`spec.bgp.routers.id`
230230
|`string`
@@ -240,7 +240,14 @@ The fields for the `FRRConfiguration` custom resource are described in the follo
240240

241241
|`spec.bgp.routers.neighbors.asn`
242242
|`integer`
243-
|Specifies the autonomous system number to use for the local end of the session.
243+
|Specifies the ASN to use for the remote end of the session.
244+
If you use this field, you cannot specify a value in the `spec.bgp.routers.neighbors.dynamicASN` field.
245+
246+
|`spec.bgp.routers.neighbors.dynamicASN`
247+
|`string`
248+
|Detects the ASN to use for the remote end of the session without explicitly setting it.
249+
Specify `internal` for a neighbor with the same ASN, or `external` for a neighbor with a different ASN.
250+
If you use this field, you cannot specify a value in the `spec.bgp.routers.neighbors.asn` field.
244251

245252
|`spec.bgp.routers.neighbors.address`
246253
|`string`

0 commit comments

Comments
 (0)