| typedef Fte<IPv4, IPv4Net> Fte4 | Fte4 | 
#include <fte.hh>
| typedef Fte<IPv6, IPv6Net> Fte6 | Fte6 | 
#include <fte.hh>
| typedef Fte<IPvX, IPvXNet> FteX | FteX | 
#include <fte.hh>
| typedef Trie<IPv4, Fte4> Trie4 | Trie4 | 
#include <fticonfig.hh>
| typedef Trie<IPv6, Fte6> Trie6 | Trie6 | 
#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.