OPNsense Forum

Archive => 15.7 Legacy Series => Topic started by: kingfisher77 on September 28, 2015, 06:33:20 PM

Title: [SOLVED] Traffic Shaper remains active when deactivated
Post by: kingfisher77 on September 28, 2015, 06:33:20 PM
We have a weired behaviour with traffic shaping. After disabling the pipe (1MBit/s per source) the traffic remains shaped. After a reboot of the appliance the behaviour like it was bevor using Traffic Shaper is back.

If we delete the rule or override it with a higher value the higher value is reached. But the maximum traffic which we have after a reboot is never reached (100/7Mbit/s).

Could this be a bug?

OPNsense 15.7.14-amd64   
Title: Re: Traffic Shaper remains active when deactivated
Post by: AdSchellevis on September 28, 2015, 09:05:27 PM
yes, it's a bug, it will be fixed in the next release.
The ipfw rules aren't flushed when disabled in the current version, a workaround for this version is to add an empty pipe and apply the rules again.

More info: https://github.com/opnsense/core/issues/407

Title: Re: Traffic Shaper remains active when deactivated
Post by: kingfisher77 on September 28, 2015, 09:52:53 PM
Great - thanks.
Title: Re: Traffic Shaper remains active when deactivated
Post by: franco on September 30, 2015, 08:22:10 AM
Fix is being shipped with 15.7.15. Enjoy.
Title: Re: [SOLVED] Traffic Shaper remains active when deactivated
Post by: kingfisher77 on September 30, 2015, 08:30:56 AM
Yes, it works! :) Thank you.