You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API-DOCS.md
+1
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,7 @@ _Appears in:_
285
285
|`dynamicASN`_[DynamicASNMode](#dynamicasnmode)_| DynamicASN detects the AS number to use for the local end of the session<br />without explicitly setting it via the ASN field. Limited to:<br />internal - if the neighbor's ASN is different than the router's the connection is denied.<br />external - if the neighbor's ASN is the same as the router's the connection is denied.<br />ASN and DynamicASN are mutually exclusive and one of them must be specified. || Enum: [internal external] <br /> |
286
286
|`sourceaddress`_string_| SourceAddress is the IPv4 or IPv6 source address to use for the BGP<br />session to this neighbour, may be specified as either an IP address<br />directly or as an interface name |||
287
287
|`address`_string_| Address is the IP address to establish the session with. |||
288
+
|`interface`_string_| Interface is the node interface over which the unnumbered BGP peering will<br />be established. No API validation takes place as that string value<br />represents an interface name on the host and if user provides an invalid<br />value, only the actual BGP session will not be established.<br />Address and Interface are mutually exclusive and one of them must be specified. |||
288
289
|`port`_integer_| Port is the port to dial when establishing the session.<br />Defaults to 179. || Maximum: 16384 <br />Minimum: 0 <br /> |
289
290
|`password`_string_| Password to be used for establishing the BGP session.<br />Password and PasswordSecret are mutually exclusive. |||
290
291
|`passwordSecret`_[SecretReference](#secretreference)_| PasswordSecret is name of the authentication secret for the neighbor.<br />the secret must be of type "kubernetes.io/basic-auth", and created in the<br />same namespace as the frr-k8s daemon. The password is stored in the<br />secret as the key "password".<br />Password and PasswordSecret are mutually exclusive. |||
0 commit comments