![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <iptables/PostroutingChain.hpp>


Public Member Functions | |
| virtual bool | activateIncoming (const IPCommand &) |
| Derived Classed need to decide here if the IP packet is to be processed in the incoming path. | |
| virtual bool | activateOutgoing (const IPCommand &) |
| Derived Classed need to decide here if the IP packet is to be processed in the outgoing path. | |
| void | onFlowRemoved (wns::service::dll::FlowID flowID) |
| Receive notificiation about changed Flows from lower DLL layer to use for IPTables. | |
| PostroutingChain (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &_pyco) | |
| void | registerDLLFlowIDTarget (targets::DLLFlowIDTarget *target) |
Private Member Functions | |
| void | removeFromDLLFlowIDTarget (wns::service::dll::FlowID flowID) |
Private Attributes | |
| targets::DLLFlowIDTarget * | dllFlowIDTarget |
Definition at line 37 of file PostroutingChain.hpp.
| PostroutingChain::PostroutingChain | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | _pyco | |||
| ) |
Definition at line 39 of file PostroutingChain.cpp.
| void PostroutingChain::onFlowRemoved | ( | wns::service::dll::FlowID | ) | [virtual] |
| void PostroutingChain::registerDLLFlowIDTarget | ( | targets::DLLFlowIDTarget * | target | ) |
Definition at line 67 of file PostroutingChain.cpp.
| void PostroutingChain::removeFromDLLFlowIDTarget | ( | wns::service::dll::FlowID | flowID | ) | [private] |
Definition at line 74 of file PostroutingChain.cpp.
Definition at line 63 of file PostroutingChain.hpp.
1.5.5