#include <vector>
#include <boost/uuid/uuid_io.hpp>
#include <base/parse_object.h>
#include <ifmap/ifmap_link.h>
#include <ifmap/ifmap_table.h>
#include <base/logging.h>
#include <base/address_util.h>
#include <cmn/agent_cmn.h>
#include <vnc_cfg_types.h>
#include <agent_types.h>
#include <cfg/cfg_init.h>
#include <filter/traffic_action.h>
#include <filter/acl_entry_match.h>
#include <filter/acl_entry_spec.h>
#include <filter/acl_entry.h>
#include <filter/acl.h>
#include <oper/vn.h>
#include <oper/sg.h>
#include <oper/vrf.h>
#include <oper/agent_sandesh.h>
#include <oper/nexthop.h>
#include <oper/mirror_table.h>
#include <oper/qos_config.h>
#include <oper/config_manager.h>
Go to the source code of this file.
static void AclEntryObjectTrace |
( |
AclEntrySandeshData & |
ace_sandesh, |
|
|
AclEntrySpec & |
ace_spec |
|
) |
| |
|
static |
static void AddAceToAcl |
( |
AclSpec * |
acl_spec, |
|
|
const AclTable * |
acl_table, |
|
|
AccessControlList * |
cfg_acl, |
|
|
const MatchConditionType * |
match_condition, |
|
|
const ActionListType |
action_list, |
|
|
const string |
rule_uuid, |
|
|
uint32_t |
id |
|
) |
| |
|
static |