OpenSDN source code
|
#include <sys/types.h>
#include <net/ethernet.h>
#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include <base/logging.h>
#include <db/db_entry.h>
#include <db/db_table.h>
#include <db/db_table_partition.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 "oper/interface_common.h"
#include "oper/nexthop.h"
#include "oper/mirror_table.h"
#include "oper/tunnel_nh.h"
#include "vrouter/ksync/nexthop_ksync.h"
#include "vrouter/ksync/ksync_init.h"
#include "vr_types.h"
#include "oper/ecmp_load_balance.h"
#include "vrouter/ksync/agent_ksync_types.h"
#include <vrouter/ksync/ksync_agent_sandesh.h>
Go to the source code of this file.
Functions | |
static bool | NeedRewrite (NHKSyncEntry *entry, InterfaceKSyncEntry *if_ksync) |
|
static |