Added src/dest bandwidth aggregation.

This commit is contained in:
pdw
2002-04-03 21:28:41 +00:00
parent 6f71a8ef68
commit 0bb20d3675
6 changed files with 94 additions and 19 deletions

View File

@@ -10,9 +10,9 @@
#include <netinet/in.h>
#include <arpa/inet.h>
enum {
typedef enum {
OPTION_AGGREGATE_OFF,
OPTION_AGGREGATE_SOURCE,
OPTION_AGGREGATE_SRC,
OPTION_AGGREGATE_DEST
} option_aggregate_t;