For example, this gives you an error, because the mask is not specified:
$ sudo route del -net 192.168.5.0 SIOCDELRT: No such processThis gives you a successful output, because the mask is properly specified:
$ sudo route del -net 192.168.5.0/24
$ sudo route del -net 192.168.5.0 SIOCDELRT: No such processThis gives you a successful output, because the mask is properly specified:
$ sudo route del -net 192.168.5.0/24
0 comments:
Post a Comment