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
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
I want a topology that is connecting hosts with two different switches l1 and l2 which are also connected to each other. They have different configurations, match+action tables and flow entries. I can add entries in one switch l1 using run_add_demo_entries. I have given a different path to the switch l2, but how do i add entries to this switch only?
lb1 = self.addSwitch('l2',
sw_path = nlb_path, //my custom path
thrift_port = thrift_port,
pcap_dump = True)
The text was updated successfully, but these errors were encountered:
@antoninbas - If that is true, you will probably save everyone time in the long run if someone edits the README.md for this repo to say that it is deprecated, very near the beginning.
@jafingerhut I agree and I did see your email to the p4-dev mailing list. I do want to provide p4lang users with a detailed "How to get started" guide, but I haven't had time to get to it yet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want a topology that is connecting hosts with two different switches l1 and l2 which are also connected to each other. They have different configurations, match+action tables and flow entries. I can add entries in one switch l1 using run_add_demo_entries. I have given a different path to the switch l2, but how do i add entries to this switch only?
lb1 = self.addSwitch('l2',
sw_path = nlb_path, //my custom path
thrift_port = thrift_port,
pcap_dump = True)
The text was updated successfully, but these errors were encountered: