WvStreams
|
Manipulate the kernel routing table in strange and interesting ways ;) More...
#include <wviproute.h>
Public Member Functions | |
WvIPRoute (WvStringParm _ifc, const WvIPNet &_net, const WvIPAddr &_gate, int _metric, WvStringParm _table) | |
operator WvString () const | |
bool | operator== (const WvIPRoute &r2) const |
Public Attributes | |
WvString | ifc |
WvIPNet | ip |
WvIPAddr | gateway |
int | metric |
WvString | table |
WvIPAddr | src |
Manipulate the kernel routing table in strange and interesting ways ;)
Definition at line 16 of file wviproute.h.