pub trait FilterMarkMetadata {
// Required method
fn apply_mark_action(&mut self, domain: MarkDomain, action: MarkAction);
}
Expand description
A trait for interacting with packet mark metadata.
Required Methods§
Sourcefn apply_mark_action(&mut self, domain: MarkDomain, action: MarkAction)
fn apply_mark_action(&mut self, domain: MarkDomain, action: MarkAction)
Applies the mark action to the metadata.