Nate Foster
Nate Foster
* Add top-level LDWG page. * Port minutes from GitHub wiki.
The `verify_erspan3_packet` function in [erspan3](https://github.com/p4lang/switch/blob/master/testutils/erspan3.py#L29) invokes functions from `logging` and `test` but those modules have not been imported. This can lead to a Python error.
Some of my students had trouble running on Windows machines (Cygwin / PowerShell). I suggested they just use Docker on a Linux VM we've used for other assignments. But it...
Before publishing, let's set up the fonts to be the same as for the P4_16 specification. I can do this, but I don't want to break people's build while it's...
Section 13.2 of the P4 Language Spec says > Syntactically a table is defined in terms of a set of key-value properties. Note that we say a "set" and not...
Reverts p4lang/p4-spec#873
See here: https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/
There are some inconsistencies about which types are supported (`bit`, `int`, serializable enums etc.)
Currently the `*-bootstrap.sh` scripts assume that `/home/vagrant/` exists. This creates problems for people trying to install the software directly on an Ubuntu VM. We should generalize the scripts so they...