4.5.6 Beta 1 is now available for testing. Problems Corrected: 1) The change in Shorewall 4.5.4 that cleared the ''default'' table if there were no ''fallback'' providers broke multiple ''fallback'' providers that didn''t supply a weight. The symptoms were that there were host routes to the default gateways in the ''default'' routing table but no default routes through those gateways. This has now been corrected and multiple ''fallback'' routes are once again supported. New Features: 1) Support for size tables has been added in complex TC. The OPTIONS column of /etc/shorewall/tcdevices now allows a ''linklayer'' option whose value may be ''ethernet'', ''atm'' or ''adsl''; the last two are synonyms. When ''linklayer'' is specified, it may be followed by additional options: mtu=mtu - The device MTU; default 2048 (will be rounded up to a power of two) mpu=mpubytes - Minimum packet size used in calculations. Smaller packets will be rounded up to this size tsize=tablesize - Size table entries; default is 512 overhead=overheadbytes - Number of overhead bytes per packet. See tc-stab (8) for details about these options. Thank you for testing, -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today''s security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Tom The following tcdevices entry: eth0 - 384kbit classify,linklayer=adsl,mtu=1024,mpu=1024,tsize=512,overhead=0 produces the following error messages: Error: duplicate "mpu": "512" is the second value. ERROR: Command "tc qdisc add dev eth0 stab linklayer adsl overhead 0 mtu 1024 mpu 1024 mpu 512 root handle 1: htb default 110 r2q 5" Failed Steven. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today''s security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
On 06/14/2012 03:03 PM, Steven Jan Springl wrote:> The following tcdevices entry: > > eth0 - 384kbit classify,linklayer=adsl,mtu=1024,mpu=1024,tsize=512,overhead=0 > > produces the following error messages: > > Error: duplicate "mpu": "512" is the second value. > > ERROR: Command "tc qdisc add dev eth0 stab linklayer adsl overhead 0 mtu 1024 > mpu 1024 mpu 512 root handle 1: htb default 110 r2q 5" FailedThe attached patch should eliminate this error. Thanks, Steven -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today''s security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
On Thursday 14 Jun 2012 23:42:55 Tom Eastep wrote:> On 06/14/2012 03:03 PM, Steven Jan Springl wrote: > > The following tcdevices entry: > > > > eth0 - 384kbit > > classify,linklayer=adsl,mtu=1024,mpu=1024,tsize=512,overhead=0 > > > > produces the following error messages: > > > > Error: duplicate "mpu": "512" is the second value. > > > > ERROR: Command "tc qdisc add dev eth0 stab linklayer adsl overhead 0 mtu > > 1024 mpu 1024 mpu 512 root handle 1: htb default 110 r2q 5" Failed > > The attached patch should eliminate this error. > > Thanks, Steven > > -TomTom Confirmed, the patch fixes the error. Thanks. Steven. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today''s security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
On 6/14/12 4:11 PM, Steven Jan Springl wrote:> > Confirmed, the patch fixes the error. >Thanks, Steven -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today''s security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/