fte.hh
- typedef Fte<IPv4, IPv4Net> Fte4
- typedef Fte<IPv6, IPv6Net> Fte6
- typedef Fte<IPvX, IPvXNet> FteX
fticonfig.hh
- typedef Trie<IPv4, Fte4> Trie4
- typedef Trie<IPv6, Fte6> Trie6
kernel_utils.hh
- inline IPv6
kernel_ipv6_adjust (const IPv6& ipv6)
- inline IPvX
kernel_ipvx_adjust (const IPvX& ipvx)
libfeaclient_bridge.hh
Global member Documentation
typedef Fte<IPv4, IPv4Net> Fte4 | Fte4 |
#include <fte.hh>
typedef Fte<IPv6, IPv6Net> Fte6 | Fte6 |
#include <fte.hh>
#include <fte.hh>
#include <fticonfig.hh>
#include <fticonfig.hh>
inline IPv6
kernel_ipv6_adjust (const IPv6& ipv6)
| kernel_ipv6_adjust |
#include <kernel_utils.hh>
inline IPvX
kernel_ipvx_adjust (const IPvX& ipvx)
| kernel_ipvx_adjust |
#include <kernel_utils.hh>
bool
equivalent (const IfTree& fea_iftree,
const IfMgrIfTree& libfeaclient_iftree,
string& errlog)
| equivalent |
#include <libfeaclient_bridge.hh>
Check equivalence of interface configuration trees in FEA and
libfeaclient. This is a debugging method.
Parameters:
fea_iftree | reference to an FEA interface configuration tree.
|
libfeaclient_iftree | reference to a libfeaclient interface
configuration tree.
|
errlog | string to store textual representation of
differences.
|
Returns: true if tree's are equivalent, false otherwise.
Generated by: pavlin on possum.icir.org on Thu Nov 6 23:46:57 2003, using kdoc 2.0a54+XORP. |