Skip to content

Commit

Permalink
allow ero for L2STS
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed May 31, 2024
1 parent 06a2128 commit 21d40ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
FABRIC Information Model library and utilities
"""
__VERSION__ = "1.7.0b3"
__VERSION__ = "1.7.0b4"
__version__ = __VERSION__
3 changes: 1 addition & 2 deletions fim/slivers/network_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ class NetworkServiceSliver(BaseSliver):
num_instances=NO_LIMIT,
desc='A Site-to-Site service in FABRIC.',
required_properties=[],
forbidden_properties=['ero',
'mirror_port',
forbidden_properties=['mirror_port',
'mirror_direction',
'controller_url'],
required_interface_types=[]),
Expand Down

0 comments on commit 21d40ac

Please sign in to comment.