Go to file
Nico Schottelius 9e6bb893ac [netpfga] remove ARP support
Due to

minip4_solution.p4(35)
parser RealParser(
       ^^^^^^^^^^
error: table match_types are not the same
actions_arp.p4(35): error: could not map table key(s) KeyElement
            hdr.arp.dst_ipv4_addr: lpm;
            ^^^^^^^^^^^^^^^^^^^^^
Makefile:34: recipe for target 'all' failed
make[1]: *** [all] Error 1

caused by

    table v4_arp {
        key = {
            hdr.ethernet.dst_addr: exact;
            hdr.arp.opcode: exact;
            hdr.arp.dst_ipv4_addr: lpm;
        }
2019-07-24 22:27:36 +02:00
bin Change order of complement & filtering 2019-07-15 16:20:51 +02:00
bug1-bool +pcap 2019-07-10 12:25:15 +00:00
doc [netpfga] remove ARP support 2019-07-24 22:27:36 +02:00
netpfga Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-24 13:16:14 +02:00
p4app Check how wrapping is done in P4 2019-07-16 11:53:00 +02:00
p4debug +pcap 2019-07-10 12:25:15 +00:00
p4src [netpfga] remove ARP support 2019-07-24 22:27:36 +02:00
pcap +pcap 2019-07-21 08:54:38 +00:00
.gitignore logfiles, cleanup 2019-07-24 12:15:11 +02:00
README.md ++ init 2019-02-20 12:37:39 +01:00

README.md

Organisation

Checkout the plan