Skip to content

Commit d46eaa8

Browse files
Laxmikant Chintakindilaxmikantchintakindi
Laxmikant Chintakindi
authored andcommitted
remove redundant code
1 parent 9fcbe32 commit d46eaa8

File tree

1 file changed

+0
-1
lines changed
  • python-avd/pyavd/_eos_designs/structured_config/network_services

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def static_routes(self: AvdStructuredConfigNetworkServicesProtocol) -> None:
5454
metric=static_route.metric,
5555
tag=static_route.tag,
5656
)
57-
static_route_item.vrf = vrf.name
5857
self.structured_config.static_routes.append_unique(static_route_item)
5958

6059
if not svi.ip_virtual_router_addresses or not svi.ip_address:

0 commit comments

Comments
 (0)