typedef Fte<IPv4, IPv4Net> Fte4 | Fte4 |
#include <fte.hh>
typedef Fte<IPv6, IPv6Net> Fte6 | Fte6 |
#include <fte.hh>
typedef Fte<IPvX, IPvXNet> BaseFteX | BaseFteX |
#include <fte.hh>
typedef unsigned long FtiFibMsgSet | FtiFibMsgSet |
#include <fticonfig.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.
enum PaAction { ACTION_ANY = 0x00, ACTION_NONE = 0x01, ACTION_PASS = 0x02, ACTION_DROP = 0x03, MAX_ACTIONS = 4, ACTION_INVALID = 0xFF } | PaAction |
#include <pa_entry.hh>
Enumeration representing possible actions for XORP packet filtering rules.
typedef PaEntry<IPv4> PaEntry4 | PaEntry4 |
#include <pa_entry.hh>
typedef PaEntry<IPv6> PaEntry6 | PaEntry6 |
#include <pa_entry.hh>
typedef PaEntry<IPvX> PaEntryX | PaEntryX |
#include <pa_entry.hh>
typedef vector<PaEntry4> PaSnapTable4 | PaSnapTable4 |
#include <pa_table.hh>
typedef vector<PaEntry6> PaSnapTable6 | PaSnapTable6 |
#include <pa_table.hh>
void initialize_profiling_variables (Profile& p)
| initialize_profiling_variables |
#include <profile_vars.hh>
Profile variables See: profile_vars.cc for definitions.