Hi all, A new member and new post. Is it possible to manage bandwidth marking the packets based on VLAN tags using ebtables? Samit
* Samit wrote, On 21/03/07 20:07:> Hi all, > > A new member and new post. > > Is it possible to manage bandwidth marking the packets based on VLAN > tags using ebtables?If ebtables can match a vlan tag then you can set a mark on PREROUTING based on the vlan tag. You can use this mark in the tc classification to select packets to traffic classes for shaping. Sam