void __4_3_5__LEGAL_PACKET_SIZE() {
    /**
     * @group:       	4.3.5 LEGAL PACKET SIZE
     *
     * @description:	On all ports, the device discards received packets smaller than 64 bytes (excluding VLAN tag, including FCS) or larger
     * 					than the maximum size. The default maximum size is the IEEE standard of 1518 bytes, but the device can be configured
     * 					to accept jumbo packets up to 9000 bytes. Jumbo packet traffic on multiple ports can stress switch resources and cause
     * 					activation of flow control.
     */
}