Add static route comment field

This commit is contained in:
Samuel Lorch 2023-11-04 14:40:41 +01:00
parent 75322d4ece
commit 285c3a3436
2 changed files with 2 additions and 5 deletions

View file

@ -41,4 +41,5 @@ pub struct StaticRoute {
pub gateway: IpAddr,
pub destination: IpNet,
pub metric: u64,
pub comment: String,
}