-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
translate_acl is not working #913
Comments
admin@str-a7050-acs-1:~$ show version |
The reason for this issue is that |
* src/sonic-utilities 5765570...a21e01a (13): > [config] Don't attempt to restart disabled services (#944) > [crm] Use swsssdk API instead of redis-cli for getting keys from redis DB (#943) > Fixed fast-reboot for BFN platform (#871) > [sfputil] Add support of platform.json (#767) > [show] Add support for SONiC Gearbox Manager via new gearboxutil utility (#931) > [warm-reboot]: added pre-check for ISSU file (#915) > Add_intf_range (#913) > add fec config/show option (#764) > Make sure db_migrator is run after all config are loaded during (#926) > Changes to make lldp show command for multi-npu platforms. (#914) > [showtech]: add knet dump information in show tech (#925) > Vnet alias mapping (#924) > Revert the change to kdump reboot (#916)
* Add_intf_range
…omatically (#20221) #### Why I did it src/sonic-swss-common ``` * e271c9b - (HEAD -> master, origin/master, origin/HEAD) [DASH] Add support for ENI Counters (#904) (5 hours ago) [Vivek] * a76b983 - run DASH vs tests (#913) (29 hours ago) [Lawrence Lee] ``` #### How I did it #### How to verify it #### Description for the changelog
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig Traceback (most recent call last):
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig File "/usr/local/bin/translate_acl", line 8, in
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig import openconfig_acl
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig File "/usr/local/lib/python2.7/dist-packages/openconfig_acl.py", line 16, in
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig from pyangbind.lib.yangtypes import RestrictedPrecisionDecimalType, RestrictedClassType, TypedListType
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig File "/usr/local/lib/python2.7/dist-packages/pyangbind/lib/yangtypes.py", line 30, in
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig import six
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig ImportError: No module named six
The text was updated successfully, but these errors were encountered: