| enum ProtocolType { IGP = 1, EGP = 2 } | ProtocolType | 
#include <protocol.hh>
| typedef XrlRibClientV0p1Client ResponseSender | ResponseSender | 
#include <register_server.hh>
| enum RibTransportType { UNICAST = 1, MULTICAST = 2 } | RibTransportType | 
#include <rib.hh>
| typedef RIB<IPv4> IPv4RIB | IPv4RIB | 
#include <rib.hh>
| typedef RIB<IPv6> IPv6RIB | IPv6RIB | 
#include <rib.hh>
| typedef ref_ptr<SyncFtiCommand> RibClientTask | RibClientTask | 
#include <rib_client.hh>
| typedef IPRouteEntry<IPv4> IPv4RouteEntry | IPv4RouteEntry | 
#include <route.hh>
| typedef IPRouteEntry<IPv6> IPv6RouteEntry | IPv6RouteEntry | 
#include <route.hh>
| typedef ResolvedIPRouteEntry<IPv4> ResolvedIPv4RouteEntry | ResolvedIPv4RouteEntry | 
#include <route.hh>
| typedef ResolvedIPRouteEntry<IPv6> ResolvedIPv6RouteEntry | ResolvedIPv6RouteEntry | 
#include <route.hh>
| enum TableType { ORIGIN_TABLE = 1 << 0, MERGED_TABLE = 1 << 1, EXTINT_TABLE = 1 << 2, REDIST_TABLE = 1 << 3, EXPORT_TABLE = 1 << 4, REGISTER_TABLE = 1 << 5, DELETION_TABLE = 1 << 6, EXPECT_TABLE = 1 << 7, LOG_TABLE = 1 << 8, MAX_TABLE_TYPE = 1 << 8 } | TableType | 
#include <rt_tab_base.hh>