Skip to content

Commit 258a812

Browse files
committed
minor update
1 parent 5d2d766 commit 258a812

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python-avd/pyavd/_eos_designs/structured_config/network_services/port_channel_interfaces.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def _set_l3_port_channels(
9898
)
9999
if l3_port_channel.ipv6_addresses:
100100
port_channel_interface.ipv6_addresses.extend(l3_port_channel.ipv6_addresses)
101-
self.structured_config.ipv6_unicast_routing = True
101+
if vrf.name == "default":
102+
self.structured_config.ipv6_unicast_routing = True
102103
port_channel_interface.metadata._update(
103104
peer_interface=l3_port_channel.peer_port_channel or None,
104105
peer=l3_port_channel.peer,

0 commit comments

Comments
 (0)