switch
switch copied to clipboard
Consolidated switch repo (API, SAI and Nettlink)
When running make test, I encounter a build error because sai_switch_notification_t seems to be missing. ./basic_router.cpp:76:1: error: ‘sai_switch_notification_t’ does not name a type; did you mean ‘sai_switch_stat_t’? 76 | sai_switch_notification_t...
Would love to have this entire project available in p4_16, thanks.
I'm trying to connect docker containers by using the p4 switch bmv2 model. Two containers on the same host (connected to the same switch) can establish a TCP connection but...
Dear all, I have installed the switch according to the instructions in this project's README.md When I `/mnt/NFS/switch/bmv2# ./run_tests.sh ` I get an error while running the switch.L2VxlanTunnelTest `NameError: global...
Hi, I want to use this switch model as an actual switch in a network. I have a network set-up of 3 computers A,B and C where B and C...
I've been trying to compile the switch on the recent Ubuntu 17.10 with kernel 4.13, however, I cannot get switchapi to compile. Steps I took are: $ git clone https://github.com/p4lang/switch.git...
There seems to be a bug in switch.p4 involving many cases of adding tunnel encapsulation headers. An example of how switch.p4 code typically does this is given in action `inner_ipv4_udp_rewrite`,...
sudo ./bmv2/run_bm.sh sudo ./bmv2/run_drivers.sh sudo ./bmv2/run_tests.sh --test-dir tests/ptf-tests/api-tests All tests PASS except one: switch.L2VxlanLearnBasicTest ... L2 Vxlan Basic Mode Learn Test Sending packet from Access port1 to Vxlan port2 and...
Hi All, On running switch tests, it getting failed. I am new to it and unable to understand the problem. Please help me with it. sudo ./bmv2/run_tests.sh [sudo] password for...
Hi all, After long start(in other words, configure the bmv2, p4ofagent and oftest), I configured the switch with `--with-of --with-bmv2` then make it successfully. Then I tried to run openflow...