mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Add static route comment field
This commit is contained in:
parent
75322d4ece
commit
285c3a3436
2 changed files with 2 additions and 5 deletions
|
@ -41,4 +41,5 @@ pub struct StaticRoute {
|
|||
pub gateway: IpAddr,
|
||||
pub destination: IpNet,
|
||||
pub metric: u64,
|
||||
pub comment: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue