diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-23 10:40:06 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-07 09:44:35 +0200 |
commit | 4ecf558f53d1740b5ddb0de1f7effbaf0f44ff5f (patch) | |
tree | e5895f747ec46e3c8da972928b5f9d9fb6277443 /python/vyos/ifconfig/interface.py | |
parent | 37c6d9fae5172b0342f94212e6483b3aa8fcd673 (diff) | |
download | vyos-1x-4ecf558f53d1740b5ddb0de1f7effbaf0f44ff5f.tar.gz vyos-1x-4ecf558f53d1740b5ddb0de1f7effbaf0f44ff5f.zip |
qos: T4284: support mirror and redirect on vlan subinterfaces
Diffstat (limited to 'python/vyos/ifconfig/interface.py')
-rwxr-xr-x | python/vyos/ifconfig/interface.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/vyos/ifconfig/interface.py b/python/vyos/ifconfig/interface.py index 76164ca32..1464b2969 100755 --- a/python/vyos/ifconfig/interface.py +++ b/python/vyos/ifconfig/interface.py @@ -1734,6 +1734,3 @@ class VLANIf(Interface): return None return super().set_admin_state(state) - - def set_mirror_redirect(self): - return |