Add device-type, to ensure that plan --novpp generates MTU statements

This commit is contained in:
Pim van Pelt
2023-05-25 16:54:01 +02:00
parent adf4378239
commit 9d1d8a32d6
4 changed files with 12 additions and 1 deletions

View File

@ -271,6 +271,9 @@ with `head.vpp` (think of things like custom logging, plugin defaults, DPDK affi
then letting `vppcfg` do its part, and finally leaving the ability to also program the dataplane
with things that `vppcfg` does not (yet) support in `tail.vpp`.
***NOTE***: For MTU values to be generated in `--novpp` mode, the interface device type must be
set (typically using `device-type: dpdk` in the PHY interface definition).
### vppcfg apply
Applying state is not (yet) implemented. Don't worry, it's not much work, but this is punted until