-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
Hello! I would like to clarify whether attributes can be repeated for a single interface.
Is the use of Vec<LinkAttribute> related to the fact that attributes can be repeated, or is it done solely to save memory by not using a struct with Option<T>?
netlink-packet-route/src/link/message.rs
Lines 11 to 18 in 420d181
| #[derive(Debug, PartialEq, Eq, Clone, Default)] | |
| #[non_exhaustive] | |
| pub struct LinkMessage { | |
| pub header: LinkHeader, | |
| pub attributes: Vec<LinkAttribute>, | |
| } | |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels