Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Strange behavior for route(8)
Paul Goyette <paul%whooppee.com@localhost> writes:
Paul Goyette <paul%whooppee.com@localhost> 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.
Home |
Main Index |
Thread Index |
Old Index