Displaying 1 result from an estimated 1 matches for "maxupstream".
2004 Dec 27
0
Ingress question with sub classes
...implement 3. . Therefore I
added the lines with ''===>>'' .
I clearly did something wrong cause it doesn''t compile :( Can anyone
explain me how to implement 3. ?
kind regards,
Pieter
$intDev = "adsl0";
// in bps (bits per second)
$maxUpstream = 2048000;
$maxDownstream = 2048000;
// Internet device
dev $intDev {
// outgoing traffic
egress {
/* classification */
// very interactive
class (<$group1>)
//VPN Protocols
if ip_proto == 50
if ip_proto == 47...