Trait FilterMarkMetadata

Source
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§

Source

fn apply_mark_action(&mut self, domain: MarkDomain, action: MarkAction)

Applies the mark action to the metadata.

Implementors§