Package: iproute2
Version: 5.3.0-1
Severity: normal
Tags: ipv6 upstream

`ip route get` is a great tool to lookup how the host will route to a
specific destination.
Unfortunately, while many other `ip route` subcommands can use `table
foo` to work with a specific routing table, `ip route get` can't:

```
# ip route get 62.210.115.205
62.210.115.205 via 10.242.10.13 dev tun0 src 10.242.10.14 uid 1000 
    cache 
# ip route get 62.210.115.205 table local
Error: inet prefix is expected rather than "table".
```

It'd be great to be able to use routing tables normally with ip route
get as with other iproute2 tools

Thank you


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-3-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages iproute2 depends on:
ii  debconf [debconf-2.0]  1.5.73
ii  libbsd0                0.10.0-1
ii  libc6                  2.29-3
ii  libcap2                1:2.27-1
ii  libcap2-bin            1:2.27-1
ii  libdb5.3               5.3.28+dfsg1-0.6
ii  libelf1                0.176-1.1
ii  libmnl0                1.0.4-2+b1
ii  libselinux1            2.9-2+b2
ii  libxtables12           1.8.3-2

Versions of packages iproute2 recommends:
pn  libatm1  <none>

Versions of packages iproute2 suggests:
pn  iproute2-doc  <none>

-- debconf information:
  iproute2/setcaps: false

Reply via email to