more IPs allowed in identical IPv6 uplink network
[svn/Prometheus-QoS/.git] / ipstruct.h
index d8427deb8efa5815341858433eff38e47f1b7e60..6f0e5694dc2aab8b15174b4c7ad8b59992964a45 100644 (file)
@@ -42,7 +42,7 @@ struct Keyword
 {\r
  char *key;\r
  \r
int asymetry_ratio;        /* ratio for ADSL-like upload */\r
float asymetry_ratio;      /* ratio for ADSL-like upload */\r
  int asymetry_fixed;        /* fixed treshold for ADSL-like upload */\r
  int data_limit;            /* hard shaping: apply magic_treshold if max*data_limit MB exceeded */\r
  int data_prio;             /* soft shaping (qos): reduce HTB prio if max*data_prio MB exceeded */\r
@@ -60,5 +60,12 @@ struct Keyword
  list(Keyword);\r
 };\r
 \r
+struct Macro\r
+{\r
+ char *rewrite_from;\r
+ char *rewrite_to;\r
+ list(Macro);\r
+};\r
+\r
 void TheIP(char *ipaddr, int is_network);\r
 /* function implemented in parsehosts.c */\r
This page took 0.107309 seconds and 4 git commands to generate.