policy/misc/load-balancing.bro

LoadBalancing

This script implements the “Bro side” of several load balancing approaches for Bro clusters.

Namespace:LoadBalancing
Imports:base/frameworks/cluster, base/frameworks/packet-filter
Source File:/scripts/policy/misc/load-balancing.bro

Summary

Options

LoadBalancing::method: LoadBalancing::Method &redef Defines the method of load balancing to use.

Redefinitions

Cluster::Node: record  

Detailed Interface

Options

LoadBalancing::method
Type:LoadBalancing::Method
Attributes:&redef
Default:LoadBalancing::AUTO_BPF

Defines the method of load balancing to use.

Types

LoadBalancing::Method
Type:

enum

LoadBalancing::AUTO_BPF

Apply BPF filters to each worker in a way that causes them to automatically flow balance traffic between them.


Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.