The article describes on how to disable SameSide traffic class on PacketShaper using CLI command
Packet Shaper
Access PacketShaper via SSH and then copy and paste the following CLI commands to disable SameSide traffic class.
#
sys set autoCreateSameSide 0 - disable SameSide class auto-creation
class delete inbound/sameside - delete the Inbound SameSide class.
class delete outbound/sameside - delete the Outbound SameSide class.
#