wip: Interfaces using NamedList helper type to handle dynamic interface names, some refactoring on top

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-11-18 07:08:03 -05:00
parent 65c395aeae
commit cb1fea1eda
6 changed files with 2746 additions and 135 deletions

View File

@@ -1,5 +1,5 @@
use crate::data::dhcpd::Dhcpd;
use crate::xml_utils::{MaybeString, RawXml};
use yaserde::{MaybeString, RawXml};
use log::error;
use yaserde_derive::{YaDeserialize, YaSerialize};