Kentaro Ebisawa
Kentaro Ebisawa
Add port VLAN support to prepare for mac flooding which is required for mac learning.
The simple_switch.md document describes winner will be entry with maximum numeric priority whhen P4Runtime API is used. https://github.com/p4lang/behavioral-model/blob/f16d0de3486aa7fb2e1fe554aac7d237cc1adc33/docs/simple_switch.md?plain=1#L440 ``` Note that winner is one with maximum numeric priority value if...
Possible typo? Normally binary should not be placed under /usr/local/ but should be under /usr/local/bin/
In P4, there are cases some valiables are defined without value to be used just for decisions (e.g. `#ifndef`). For example: https://github.com/p4lang/p4c/blob/master/p4include/core.p4#L19 ``` #ifndef _CORE_P4_ #define _CORE_P4_ ``` will cause...