revert opnsense config change
All checks were successful
Run Check Script / check (pull_request) Successful in 1m18s

This commit is contained in:
Ian Letourneau 2025-10-29 12:21:23 -04:00
parent d6c6192c6b
commit b8ac3580f8

View File

@ -9,7 +9,7 @@ pub struct Interface {
pub physical_interface_name: String,
pub descr: Option<MaybeString>,
pub mtu: Option<MaybeString>,
pub enable: Option<MaybeString>,
pub enable: MaybeString,
pub lock: Option<MaybeString>,
#[yaserde(rename = "spoofmac")]
pub spoof_mac: Option<MaybeString>,