Skip to content

Commit a9273d0

Browse files
Update python-avd/pyavd/_eos_designs/structured_config/underlay/utils.py
Co-authored-by: Guillaume Mulocher <[email protected]>
1 parent 63d55b6 commit a9273d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python-avd/pyavd/_eos_designs/structured_config/underlay

python-avd/pyavd/_eos_designs/structured_config/underlay/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _underlay_links(self: AvdStructuredConfigUnderlayProtocol) -> EosDesignsFact
8282
underlay_multicast_pim_sm=uplink.underlay_multicast_pim_sm,
8383
underlay_multicast_static=uplink.underlay_multicast_static,
8484
ipv6_enable=uplink.ipv6_enable,
85-
sflow_enabled=self._get_sflow(uplink.peer_interface, self.inputs.fabric_sflow.downlinks),
85+
sflow_enabled=self.inputs.fabric_sflow.downlinks,
8686
flow_tracking=downlinks_flow_tracking,
8787
spanning_tree_portfast=uplink.peer_spanning_tree_portfast,
8888
ethernet_structured_config=uplink.peer_ethernet_structured_config,

0 commit comments

Comments
 (0)