stevejenkins / UBNT-EdgeRouter-Example-Configs

Example config.boot files for UBNT EdgeRouters with Google, Comcast, and Charter
https://www.stevejenkins.com/blog/2015/11/replace-your-google-fiber-network-box-with-a-ubiquiti-edgerouter-lite/
MIT License
195 stars 54 forks source link

Update egress-qos to relabel all internal priorities to Cos 3 #17

Closed bryanklingner closed 7 years ago

bryanklingner commented 7 years ago

Before this change, only packets with internal priority of 0 were relabeled to 3. Some traffic (like SCP or torrent) has a different internal label, and failing to relabel it limits its speed to 10Mbps (through tests on Google Fiber Austin). So, this change maps all possible labels to output CoS 3.

bryanklingner commented 7 years ago

Sorry I didn't mean to include the intermediate commit closing.

stevejenkins commented 7 years ago

Someone else made a pull request, so I've merged it in. Master branch is now updated with the fix. Thanks again.