I wonder if anyone knows the behaviour of dhcpcd. I know that it is possible to configure wlan0 adapter to static IP in /etc/dhcpcd.conf like that:
interface wlan0
static ip_address=192.168.0.1
Omitting the netmask in CIDR notation does not prevent dhcpcd from working. But does anyone know what netmask such configuration defaults to?