OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
acl_entry.cc File Reference
#include <vector>
#include <sstream>
#include <boost/cast.hpp>
#include <base/util.h>
#include <base/logging.h>
#include <base/address.h>
#include <cmn/agent_cmn.h>
#include <vnc_cfg_types.h>
#include <agent_types.h>
#include <filter/traffic_action.h>
#include <filter/acl_entry_match.h>
#include <filter/acl_entry.h>
#include <filter/acl_entry_spec.h>
#include <filter/packet_header.h>
#include <filter/acl.h>
#include <oper/qos_config.h>
#include <oper/mirror_table.h>
#include <oper/tag.h>
Include dependency graph for acl_entry.cc:

Go to the source code of this file.

Functions

static bool SubnetMatch (const std::vector< AclAddressInfo > &list, const IpAddress &data)
 

Function Documentation

static bool SubnetMatch ( const std::vector< AclAddressInfo > &  list,
const IpAddress data 
)
static

Definition at line 464 of file acl_entry.cc.