Skip to content

Commit

Permalink
update ns type to PTP after ERO
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Jun 5, 2024
1 parent 719f5da commit 1b8fec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabrictestbed_extensions/fablib/network_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1398,5 +1398,5 @@ def set_l2_route_hops(self, hops: List[str]):
p.set_symmetric(hops)
e = ERO()
e.set(payload=p)
self.get_fim().set_properties(ero=e)
self.__calculate_l2_nstype(interfaces=interfaces, ero_enabled=True)
ns_type = self.__calculate_l2_nstype(interfaces=interfaces, ero_enabled=True)
self.get_fim().set_properties(type=ns_type, ero=e)

0 comments on commit 1b8fec2

Please sign in to comment.