fastnetmon-ng/src/bgp_flow_spec.cpp

7 lines
288 B
C++
Raw Normal View History

2015-07-08 17:45:33 +02:00
#include "bgp_flow_spec.h"
void exabgp_flow_spec_rule_ban_manage(std::string action, flow_spec_rule_t flow_spec_rule) {
// "announce flow route {\\n match {\\n source 10.0.0.1/32;\\nsource-port =" + str(i) +
// ";\\n destination 1.2.3.4/32;\\n }\\n then {\\n discard;\\n }\\n }\\n\n")
}