Skip to content

Commit 8a37a44

Browse files
committed
fix: ethernet-ccc on JunOS
1 parent 0d59d6e commit 8a37a44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cosmo/l2vpnhelpertypes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ class EVPLL2VpnTypeTerminationVisitorAbstract(AbstractEPLEVPLL2VpnTypeCommon, Ab
275275
def getSupportedEncapTraits() -> list[type[AbstractEncapCapability]]:
276276
return [
277277
VlanCccEncapCapability,
278+
# Note: Even this is a virtual EPL, it can still end on a full port on one side.
279+
EthernetCccEncapCapability
278280
]
279281

280282
@staticmethod

0 commit comments

Comments
 (0)