From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael P. Soulier" Date: Wed, 08 Sep 2004 14:31:01 +0000 Subject: Re: [LARTC] tcng and scheduling ssh Message-Id: <20040908143101.GM14385@e-smith.com> List-Id: References: <20040907212238.GK14385@e-smith.com> In-Reply-To: <20040907212238.GK14385@e-smith.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org On 07/09/04 Michael P. Soulier did say: > #include "fields.tc" > #include "ports.tc" > > dev "eth0" { > egress { > // Voice traffic > class (<$voice>) > if udp_dport >= 20000 && udp_dport <= 23000; > // SSH connections > class (<$interactive>) > if tcp_dport = PORT_SSH; > // Everything else > class (<$other>) > if 1; > > prio { > $voice = class { fifo; } > $interactive = class { fifo; } > $other = class { fifo; } > } > } > } Scratch that. This configuration seems to work fine on egress. PEBKAC. Mike -- Michael P. Soulier , 613-592-2122 x2522 6000/6010/60* Development, Mitel Networks Corporation "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/