{%
    if IsGroupIdValid ~= true then
        print('The current group ID does not exist.')
        return
    end
    echo('Set IP address successfully.\n')
    echo('Set MASK address successfully.')
    if type(gateway) == 'string' then
        echo('\nSet GATEWAY successfully.')
    end
%}