Method: Netfilter::Packet#phys_outdev
- Defined in:
- lib/nflog.rb
#phys_outdev ⇒ Object
The index of the physical interface the packet will be routed to.
120 121 122 |
# File 'lib/nflog.rb', line 120 def phys_outdev Log.nflog_get_physoutdev(@nfad) end |