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!
Hi, on my system (kali / debian), ifconfig only gets 5 attributes:
interfacebroadcastmulticastrunningupI'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
matchforipv4_address, you useinet addr. For this release and ifconfig, it uses simplyinetfor ipv4 andinet6for ipv6.For MAC address, it uses
ether(I know it kind of seems unrelated) instead ofHWaddr. 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!