Skip to main content

Module attr_flags

Module attr_flags 

Source
Expand description

Path attribute flag bits (RFC 4271 §4.3).

Constants§

EXTENDED_LENGTH
Bit 4: attribute length is 2 bytes (vs. 1 byte).
OPTIONAL
Bit 7: attribute is optional (vs. well-known).
PARTIAL
Bit 5: attribute is partial (incomplete transitive).
TRANSITIVE
Bit 6: attribute is transitive.