Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2019 16:37:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 237391] route get is missing gateway info for ips with trailing 0's
Message-ID:  <bug-237391-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237391

            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@FreeBSD.org
          Reporter: bugs.freebsd.org@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237391-227>