12#include "wvlinklist.h"
19 WvIPRoute(WvStringParm _ifc,
const WvIPNet &_net,
const WvIPAddr &_gate,
20 int _metric, WvStringParm _table);
21 operator WvString()
const;
22 bool operator== (
const WvIPRoute &r2)
const;
33DeclareWvList2(WvIPRouteListBase,
WvIPRoute);
An IP address is made up of a "dotted quad" – four decimal numbers in the form www....
List of IP Routes currently in effect.
void set_kernel()
automatically set the kernel to the values in the RouteList
WvIPRoute * find(const WvIPAddr &addr)
find the routing entry that matches 'addr'
void get_kernel()
automatically fill the list with appropriate data from the kernel
Manipulate the kernel routing table in strange and interesting ways ;).