On Thu, 14 Feb 2019 23:29:18 +0000 Luca Boccassi <bl...@debian.org> wrote:
> A /0 subnet mask is theoretically valid, but ip route get doesn't allow > it: > > $ ip route get 1.0.0.0/0 > need at least a destination address > > Change the check and remember whether we found an address or not, since > according to the documentation it's a mandatory parameter. > > $ ip/ip route get 1.0.0.0/0 > 1.0.0.0 via 192.168.1.1 dev eth0 src 192.168.1.91 uid 1000 > cache > > Reported-by: Clément Hertling <wxc...@wxcafe.net> > Signed-off-by: Luca Boccassi <bl...@debian.org> > --- Applied