Skip to content

Commit 580c74a

Browse files
edipascaleFrostman
authored andcommitted
docs: update known issue re loopback workaround
Signed-off-by: Emanuele Di Pascale <[email protected]>
1 parent da8d611 commit 580c74a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/known-limitations/known-limitations.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ s5248-01(config-if-Ethernet1)# no shutdown
5858
### VPC local peering can cause the agent to fail if subinterfaces are not supported on the switch
5959

6060
As explained in the [Architecture page](../architecture/fabric.md#vpc-peering), to workaround
61-
limitations in SONiC, a peering between two VPCs (or a VPC and an External) which are both
61+
limitations in older versions of SONiC, a peering between two VPCs (or a VPC and an External) which are both
6262
attached to the peering switch is implemented over a pair of loopback interfaces.
6363
This workaround requires subinterface support on the switch where the peering is being
6464
instantiated. If the affected switch does not meet this requirement, the agent will fail
6565
to apply the desired configuration.
6666

67+
!!! note
68+
Starting from Fabric version 25.03, the loopback workaround is no longer needed.
69+
6770
#### Diagnosing this issue
6871

6972
The applied generation of the affected agent reported by kubectl will not
@@ -74,7 +77,8 @@ converge to the last desired generation. Additionally, the agent logs on the swi
7477
7578
#### Known workarounds
7679

77-
Configure remote VPCPeering instead of local peering in any instance where both
80+
If possible, [upgrade to 25.03 and disable the loopback workaround](../install-upgrade/upgrade.md#upgrades-to-2503).
81+
Alternatively, configure remote VPCPeering instead of local peering in any instance where both
7882
peering elements are locally attached and the target switch does not support subinterfaces.
7983
You can double-check whether your switch model meets this requirement by looking at the
8084
[Switch Profiles Catalog](../reference/profiles.md) entry for it.

0 commit comments

Comments
 (0)