bakkarol
bakkarol
@robertsoule-barefoot could you tell sth wider about adding a CLI into config? I found a CLI section in `p4app/docker/scripts/p4apprunner.py` , which was off: ``` def run_multiswitch(manifest): output_file = run_compile_bmv2(manifest) script_args...
While running some custom topo on `multiswitch.p4app` I noticed that there is only one virtual interface available with name `veth#######` and some random ending like `veth1260009` or `vethf4f5549`. While running...
Hello @theojepsen , Thank you for your response. When doing it in your way, with sudo privilages, wireshark starts ``` tcpdump: listening on s1-eth1, link-type EN10MB (Ethernet), capture size 262144...
@theojepsen after adding user into wireshark and group, still not able to see interfaces. To avoid problems with containers, I'm trying to run topo outside the docker, in regular way...