Update calico to version 3.25.0
This commit is contained in:
parent
d03105916a
commit
9014aa38d3
7 changed files with 70 additions and 20 deletions
|
|
@ -101,12 +101,23 @@ spec:
|
|||
remote AS number comes from the remote node's NodeBGPSpec.ASNumber,
|
||||
or the global default if that is not set.
|
||||
type: string
|
||||
reachableBy:
|
||||
description: Add an exact, i.e. /32, static route toward peer IP in
|
||||
order to prevent route flapping. ReachableBy contains the address
|
||||
of the gateway which peer can be reached by.
|
||||
type: string
|
||||
sourceAddress:
|
||||
description: Specifies whether and how to configure a source address
|
||||
for the peerings generated by this BGPPeer resource. Default value
|
||||
"UseNodeIP" means to configure the node IP as the source address. "None"
|
||||
means not to configure a source address.
|
||||
type: string
|
||||
ttlSecurity:
|
||||
description: TTLSecurity enables the generalized TTL security mechanism
|
||||
(GTSM) which protects against spoofed packets by ignoring received
|
||||
packets with a smaller than expected TTL value. The provided value
|
||||
is the number of hops (edges) between the peers.
|
||||
type: integer
|
||||
type: object
|
||||
type: object
|
||||
served: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue