(ver. 7.4) select netmask('192.168.1.5/24') return '255.255.255.0/24' not '255.255.255.0' (example in docs)

Started by saintover 22 years ago2 messagesbugs
Jump to latest
#1saint
saint@akpa.pl

(ver. 7.4) select netmask('192.168.1.5/24') return '255.255.255.0/24'
not '255.255.255.0' (example in docs)
(ver. 7.3) return '255.255.255.0'

#2Gaetano Mendola
mendola@bigfoot.com
In reply to: saint (#1)
Re: (ver. 7.4) select netmask('192.168.1.5/24') return '255.255.255.0/24'

saint wrote:

(ver. 7.4) select netmask('192.168.1.5/24') return '255.255.255.0/24'
not '255.255.255.0' (example in docs)
(ver. 7.3) return '255.255.255.0'

Fixed on 7.4.1

Regards
Gaetano Mendola