OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
policy_set.cc File Reference
#include <boost/uuid/uuid_io.hpp>
#include <vnc_cfg_types.h>
#include <agent_types.h>
#include <cfg/cfg_init.h>
#include <ifmap/ifmap_node.h>
#include <oper/ifmap_dependency_manager.h>
#include "base/logging.h"
#include "filter/acl.h"
#include "filter/policy_set.h"
#include "oper/config_manager.h"
#include "oper/agent_sandesh.h"
Include dependency graph for policy_set.cc:

Go to the source code of this file.

Functions

static PolicySetKeyBuildKey (const boost::uuids::uuid &u)
 
static bool BuildFirewallPolicy (Agent *agent, IFMapNode *node, boost::uuids::uuid &fp_uuid)
 
static PolicySetDataBuildData (Agent *agent, IFMapNode *node, const autogen::ApplicationPolicySet *ps)
 

Function Documentation

static PolicySetData* BuildData ( Agent agent,
IFMapNode node,
const autogen::ApplicationPolicySet *  ps 
)
static

Definition at line 154 of file policy_set.cc.

Here is the call graph for this function:

static bool BuildFirewallPolicy ( Agent agent,
IFMapNode node,
boost::uuids::uuid fp_uuid 
)
static

Definition at line 128 of file policy_set.cc.

Here is the call graph for this function:

static PolicySetKey* BuildKey ( const boost::uuids::uuid u)
static

Definition at line 124 of file policy_set.cc.