All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] PPPoE & packet size
@ 2002-10-01 12:41 Thomas Jalsovsky
  0 siblings, 0 replies; only message in thread
From: Thomas Jalsovsky @ 2002-10-01 12:41 UTC (permalink / raw)
  To: lartc

Hello,

	does the following filter work on a ppp interface (which is for
PPPoE - ADSL)?

# prioritize small packets (<64 bytes)

$TC filter add dev $DEV parent 1: protocol ip prio 12 u32 \
        match ip protocol 6 0xff \
        match u8 0x05 0x0f at 0 \
        match u16 0x0000 0xffc0 at 2 \
        flowid 1:2

- given from the HOWTO

	Thanks,
		Thomas

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-01 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-01 12:41 [LARTC] PPPoE & packet size Thomas Jalsovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.