diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-03-18 15:12:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 15:12:25 +0000 |
| commit | d5b4ac579a902408addf711276dfbf0d95b7a19b (patch) | |
| tree | 86ffaa6aad1a1b3ac0e806f0c72aff843a540c46 /interface-definitions | |
| parent | 0b3114e33a8dfbbde48e1231322b201938add330 (diff) | |
| parent | 3722268b0859831ae96c9cb3f634382713139f6d (diff) | |
| download | vyos-1x-d5b4ac579a902408addf711276dfbf0d95b7a19b.tar.gz vyos-1x-d5b4ac579a902408addf711276dfbf0d95b7a19b.zip | |
Merge pull request #5041 from alexandr-san4ez/T8315-current
vpp: T8315: Add support for configuring unsupported NICs and update compatible list
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/vpp.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in index 0da90ddd3..bf5e56db8 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -491,6 +491,12 @@ <defaultValue>0</defaultValue> </leafNode> #include <include/vpp/iface_rx_mode.xml.i> + <leafNode name="allow-unsupported-nics"> + <properties> + <help>Allow the attachment of unsupported NICs to VPP. This operation voids official support for the system</help> + <valueless/> + </properties> + </leafNode> </children> </node> <node name="sflow" owner="${vyos_conf_scripts_dir}/vpp_sflow.py"> |
