[exim-dev] [Bug 2485] New: Support inetutils ifconfig output

Pàgina inicial
Delete this message
Reply to this message
Autor: admin
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 2485] New: Support inetutils ifconfig output
https://bugs.exim.org/show_bug.cgi?id=2485

            Bug ID: 2485
           Summary: Support inetutils ifconfig output
           Product: Exim
           Version: N/A
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Test harness
          Assignee: unallocated@???
          Reporter: samuel.thibault@???
                CC: exim-dev@???


Created attachment 1239
--> https://bugs.exim.org/attachment.cgi?id=1239&action=edit
proposed fix

Hello,

GNU/Hurd uses inetutils' ifconfig, whose output is like the following:


/dev/eth0 (2):
  inet address  46.105.42.112
  netmask       255.255.255.0
  broadcast     46.105.42.255
  flags         UP BROADCAST RUNNING ALLMULTI MULTICAST
  mtu           1500
  link encap    Ethernet
  hardware addr 02:00:00:9A:DF:FD


i.e. "address" instead of "addr", and several spaces before the IP address. The
attached patch fixes the regexp accordingly.

Samuel

--
You are receiving this mail because:
You are on the CC list for the bug.