void __4_4_7_3__Forwarding_State() {
    /**
     * @group:       	4.4.7.3 Forwarding State
     *
     * @description:	Ports in “forwarding states” fully participate in both data forwarding and MAC learning.
     * 					• Forwarding state: Packets are forwarded and received normally. Learning is enabled.
     * 					• Port setting: transmit enable = “1”, receive enable = “1”, learning disable = “0”.
     * 					• Software action: The host processor should program the Static Address Table with the entries that it needs to
     * 					receive (e.g., BPDU packets). The “overriding” bit should be set so that the switch will forward those specific pack-
     * 					ets to the processor. The processor may send packets to the port(s) in this state (see Section 4.4.9, "Tail Tagging
     * 					Mode" for details). Address learning is enabled on the port in this state.
     * 					RSTP uses only one type of BPDU called RSTP BPDUs. They are similar to STP configuration BPDUs with the excep-
     * 					tion of a type field set to “version 2" for RSTP and “version 0" for STP, and a flag field carrying additional information.
     *
     */
}