class IfConfigErrorReporterBase

Base class for propagating error information on from IfConfig. More...

Contains pure virtuals
Definition#include <ifconfig.hh>
Inherited bySimpleIfConfigErrorReporter
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

When the platform IfConfig updates interfaces it can report errors to an IfConfigErrorReporterBase. The IfConfig instance takes a pointer to the IfConfigErrorReporterBase object it should use.

 ~IfConfigErrorReporterBase ()

~IfConfigErrorReporterBase

[virtual]

void  interface_error (const string& ifname, const string& error_msg)

interface_error

[pure virtual]

void  vif_error (const string& ifname, const string& vifname, const string& error_msg)

vif_error

[pure virtual]

void  vifaddr_error (const string& ifname, const string& vifname, const IPv4& addr, const string& error_msg)

vifaddr_error

[pure virtual]

void  vifaddr_error (const string& ifname, const string& vifname, const IPv6& addr, const string& error_msg)

vifaddr_error

[pure virtual]


Generated by: pavlin on possum.icir.org on Wed Dec 11 16:50:56 2002, using kdoc 2.0a54+XORP.