OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bgp_path.cc File Reference
#include "bgp/bgp_path.h"
#include <boost/foreach.hpp>
#include "bgp/bgp_peer.h"
#include "bgp/bgp_route.h"
#include "bgp/bgp_server.h"
#include "bgp/extended-community/sub_cluster.h"
#include "net/community_type.h"
Include dependency graph for bgp_path.cc:

Go to the source code of this file.

Macros

#define BOOL_COMPARE(CondA, CondB)
 

Macro Definition Documentation

#define BOOL_COMPARE (   CondA,
  CondB 
)
Value:
do { \
if (CondA) { \
if (!(CondB)) return -1; \
} else { \
if (CondB) return 1; \
} \
} while (0)

Definition at line 49 of file bgp_path.cc.