You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following message appers after running the p4app script.
s1 Starting P4 switch s1.
simple_switch -i 1@s1-eth1 -i 2@s1-eth2 -i 3@s1-eth3 --nanolog ipc:///tmp/bm-0-log.ipc --device-id 0 /tmp/p4app-logs/polka.json --thrift-port 9090
P4 switch s1 has been started.
Traceback (most recent call last):
File "/p4app/main.py", line 461, in<module>main()
File "/p4app/main.py", line 415, in main
net = config_network(bw, method, n, is_fabric)
File "/p4app/main.py", line 135, in config_network
net.start()
File "/scripts/p4app.py", line 100, in start
Mininet.start(self, *args, **kwargs)
File "build/bdist.linux-x86_64/egg/mininet/net.py", line 548, in start
File "/scripts/p4_mininet.py", line 353, in start
proto_dump_file='/tmp/p4app-logs/' + self.name + '-p4runtime-requests.txt')
File "/scripts/p4runtime_lib/switch.py", line 44, in __init__
self.client_stub = p4runtime_pb2.P4RuntimeStub(self.channel)
AttributeError: 'module' object has no attribute 'P4RuntimeStub'
I have used the latest p4app version, and it has appeared for all tested protofub, p4c, PI and behavioral-model versions.
The text was updated successfully, but these errors were encountered:
The following message appers after running the p4app script.
I have used the latest p4app version, and it has appeared for all tested protofub, p4c, PI and behavioral-model versions.
The text was updated successfully, but these errors were encountered: