Skip to content

Commit

Permalink
allow portmirror service for basic nics
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Jun 26, 2024
1 parent c34ac79 commit cf1ccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fim/slivers/network_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class NetworkServiceSliver(BaseSliver):
required_properties=['mirror_port',
'mirror_direction', 'site'],
forbidden_properties=['controller_url'],
required_interface_types=[InterfaceType.DedicatedPort]),
required_interface_types=[]),
ServiceType.L3VPN: ServiceConstraintRecord(layer=NSLayer.L3, min_interfaces=1,
num_interfaces=NO_LIMIT, num_sites=NO_LIMIT,
num_instances=NO_LIMIT,
Expand Down

0 comments on commit cf1ccfd

Please sign in to comment.