Hello, I’m sorry to bother you so late. I have a question here that involves building a topology. In the p4-utils environment, I set up a topology according to the method mentioned in p4-learning, but I encountered the following problem. May I ask what caused this problem
Reading JSON configuration file…
“l3” assignment strategy selected.
Traceback (most recent call last):
File “/usr/local/bin/p4run”, line 11, in
load_entry_point(‘p4utils’, ‘console_scripts’, ‘p4run’)()
File “/home/p4/p4-tools/p4-utils/p4utils/p4run.py”, line 739, in main
verbosity=args.verbosity)
File “/home/p4/p4-tools/p4-utils/p4utils/p4run.py”, line 341, in init
self.l3()
File “/home/p4/p4-tools/p4-utils/p4utils/mininetlib/network_API.py”, line 2650, in l3
assert not self.is_multigraph()
AssertionError