#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include "ksync_init.h"
#include <sys/mman.h>
#include <net/if.h>
#include <io/event_manager.h>
#include <db/db_entry.h>
#include <db/db_table.h>
#include <db/db_table_partition.h>
#include <cmn/agent_cmn.h>
#include <pkt/flow_proto.h>
#include <ksync/ksync_index.h>
#include <ksync/ksync_entry.h>
#include <ksync/ksync_object.h>
#include <ksync/ksync_netlink.h>
#include <ksync/ksync_sock.h>
#include <init/agent_param.h>
#include <nl_util.h>
#include <vhost.h>
#include <vr_message.h>
#include <vr_mem.h>
#include "bridge_route_audit_ksync.h"
#include "interface_ksync.h"
#include "route_ksync.h"
#include "mirror_ksync.h"
#include "vrf_assign_ksync.h"
#include "vxlan_ksync.h"
#include "sandesh_ksync.h"
#include "qos_queue_ksync.h"
#include "forwarding_class_ksync.h"
#include "qos_config_ksync.h"
Go to the source code of this file.
#define VNSW_GENETLINK_FAMILY_NAME "vnsw" |
void GenericNetlinkInit |
( |
| ) |
|
void LogSockInitErrors |
( |
bool |
success_cond, |
|
|
bool |
use_errno, |
|
|
string |
err_str |
|
) |
| |