WigginsLee

Results 3 comments of WigginsLee

I meet the same issue. And I slove it by changing "Highlight Color" transformation. Simply add `{{comment}}` `{{tag}}` to the color you want to show. Like below: ![image](https://user-images.githubusercontent.com/13793915/192955124-65474ccf-34dc-49d4-b316-d38ccc2c6473.png)

How can i add the `-- --priority-queues 8` in p4app.json or somewhere? --- i simply modify the `//p4utils/mininetlib/node.py` as below and reinstall p4-utils. It works. Is there a easy way...

I solve this by modifying `googleapis-common-protos == 1.52` in `p4-utils/setup.py`. The file looks like: ``` #!/usr/bin/env python3 "Setuptools params" from setuptools import setup, find_packages VERSION = '0.2' modname = distname...