Paul Goyette <p...@whooppee.com> writes: Paul Goyette <p...@whooppee.com> writes:
> Can anyone exlpain what I'm doing wrong? > {184} route show -inet net 192.168.0/24 > route: botched keyword: 192.168.0/24 > Usage: route [-dfLnqSsTtv] cmd [[-<qualifiers>] args] route show is documented to print the table. It does not take narrowing specifiers. Try route get -inet 192.168.0.0/24 and it's arguably a bug that route get -inet 192.168.0/24 errors, but that route show prints it that way.