[Bug 237391] route get is missing gateway info for ips with trailing 0's

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 19 16:37:29 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237391

            Bug ID: 237391
           Summary: route get is missing gateway info for ips with
                    trailing 0's
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: bugs.freebsd.org at mx.zzux.com

For example:

route -n get 1.0.0.0
route: route has not been found

route -n get 1.0.0.1
   route to: 1.0.0.1
destination: 0.0.0.0
       mask: 0.0.0.0
    gateway: 10.146.1.1
        fib: 0
  interface: re1
      flags: <UP,GATEWAY,DONE,STATIC>
 recvpipe  sendpipe  ssthresh  rtt,msec    mtu        weight    expire
       0         0         0         0      1500         1         0


route -n get 223.0.0.0
route: route has not been found

route -n get 223.0.0.1
   route to: 223.0.0.1
destination: 0.0.0.0
       mask: 0.0.0.0
    gateway: 10.146.1.1
        fib: 0
  interface: re1
      flags: <UP,GATEWAY,DONE,STATIC>
 recvpipe  sendpipe  ssthresh  rtt,msec    mtu        weight    expire
       0         0         0         0      1500         1         0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list