Linux Rocky Network Changes

When editing ifcfg files in RHEL/Rocky8 or 9 do the following to get the changes applied
                        
                            nmcli connection reload

                            ###Change ens192 to your network adapter###
                            nmcli dev reapply ens192
                            or
                            nmcli con down ens192 && nmcli con up ens192