Class: Fluent::Plugin::NetflowipfixInput::MplsLabel
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- Fluent::Plugin::NetflowipfixInput::MplsLabel
- Defined in:
- lib/fluent/plugin/netflowipfix_records.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
70 71 72 |
# File 'lib/fluent/plugin/netflowipfix_records.rb', line 70 def get self.label end |
#set(val) ⇒ Object
65 66 67 68 69 |
# File 'lib/fluent/plugin/netflowipfix_records.rb', line 65 def set(val) self.label = val >> 4 self.exp = (val & 0b1111) >> 1 self.bottom = val & 0b1 end |