diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-23 10:07:16 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2023-01-01 08:13:03 +0100 |
commit | 8cad7335ab59bb23f8ed625a3fc084e4d1cc062a (patch) | |
tree | 140901b1bba5c5720f8e657a2452ec6353fe367b /Makefile | |
parent | 182adaf56a5573d32d79d3c21e24007f5c18fb2b (diff) | |
download | vyos-1x-8cad7335ab59bb23f8ed625a3fc084e4d1cc062a.tar.gz vyos-1x-8cad7335ab59bb23f8ed625a3fc084e4d1cc062a.zip |
qos: T4284: activate new Python backend
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -33,11 +33,6 @@ interface_definitions: $(config_xml_obj) # IPSec VPN EAP-RADIUS does not support source-address rm -rf $(TMPL_DIR)/vpn/ipsec/remote-access/radius/source-address - # T4284 neq QoS implementation is not yet live - find $(TMPL_DIR)/interfaces -name redirect -type d -exec rm -rf {} \; - rm -rf $(TMPL_DIR)/qos - rm -rf $(TMPL_DIR)/interfaces/input - # T2472 - EIGRP support rm -rf $(TMPL_DIR)/protocols/eigrp # T2773 - EIGRP support for VRF |