Skip to content

Commit a7f25c5

Browse files
committed
feat(args): switch KernelDriverConfigSection to use InterfaceArg
This is needed for consistency with the DPDK driver. Signed-off-by: Daniel Noland <daniel@githedgehog.com>
1 parent 8fda6ed commit a7f25c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

args/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ pub struct DpdkDriverConfigSection {
458458
#[rkyv(attr(derive(PartialEq, Eq, Debug)))]
459459
pub struct KernelDriverConfigSection {
460460
/// Kernel network interfaces to manage
461-
pub interfaces: Vec<InterfaceName>,
461+
pub interfaces: Vec<InterfaceArg>,
462462
}
463463

464464
/// Configuration for the dataplane's command-line interface (CLI).

0 commit comments

Comments
 (0)