Skip to content

ifconfig only grabs 4 attributes #28

@dkran

Description

@dkran

Hi, on my system (kali / debian), ifconfig only gets 5 attributes:

  • interface
  • broadcast
  • multicast
  • running
  • up

I'd like to submit a pull request to fix them, but I wanted to know if you would consider it and if you're looking for help. For example, on your match for ipv4_address, you use inet addr. For this release and ifconfig, it uses simply inet for ipv4 and inet6 for ipv6.

For MAC address, it uses ether (I know it kind of seems unrelated) instead of HWaddr. Right now in my app I'm using other modules and joining the objects together, but I'd like to simplify. Plus Kali linux is a great use for your module, the control would be great!

If you're looking for help, I could probably either modify the regexp or throw a couple 'or's in there

Forgot to mention, AWESOME module!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions