Expand description
§ts_packetfilter_serde
Serde types relating to packet filters.
Logical extension to ts_control_serde, split out because these types are self-contained.
Structs§
- AppRule
- A packet filter rule that describes application capabilities between Tailscale-aware peers.
- CapGrant
- Grants application capabilities for a set of destination IP prefixes in a
FilterRule. - DstPort
- A range of ports allowed for one or more IPs.
- IpProto
- An IP protocol number (in 0..=255), or a Tailscale-specific traffic kind (outside the
u8range). - Network
Rule - A network packet filter rule. Permits tailnet peers to access specific IPs and ports.
Enums§
- Filter
Rule - A filter rule delivered in
MapResponse::packet_filters. - IpRange
- A range of IPs in the various formats in which they might appear.
- SrcIp
- A traffic source for a
FilterRule.