diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-12-23 14:24:02 +0100 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-12-23 14:24:02 +0100 |
| commit | 6f5eeaa22c32ab6e2c629a613fc5107d7b357b9d (patch) | |
| tree | 98bd732a089b3f4f8914e42d4265ae5c1a282f38 | |
| parent | cb1a6857b590fcebd10fe905837e94dbdd631931 (diff) | |
| download | vyos-1x-6f5eeaa22c32ab6e2c629a613fc5107d7b357b9d.tar.gz vyos-1x-6f5eeaa22c32ab6e2c629a613fc5107d7b357b9d.zip | |
bond: T2666: enable XDP support
| -rw-r--r-- | interface-definitions/interfaces-bonding.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-bonding.xml.in b/interface-definitions/interfaces-bonding.xml.in index 423d94f76..720daba4d 100644 --- a/interface-definitions/interfaces-bonding.xml.in +++ b/interface-definitions/interfaces-bonding.xml.in @@ -165,6 +165,7 @@ </leafNode> #include <include/vif-s.xml.i> #include <include/vif.xml.i> + #include <include/interface-xdp.xml.i> </children> </tagNode> </children> |
