-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux arp a #814
Linux arp a #814
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jifox thanks for your contribution. The only thing missing is the validation that all output was captured as expected.
Validate that all output was captured as expected
Hi @jmcgill298 I've extended my set of test machines and saw that the cli output is translated on output. Therfore I've replaced the text constants ("at","on","auf") to \S+ so hopefully every language is accepted. I've also added regex for the -mac record. I use the template already and it parses correctly, although the test is failing. Value REV_DNS (\S+) Start |
Should be fixed in jifox#1 |
BugFix: Correctly derive OS name from template name
Thx for support |
ISSUE TYPE
COMPONENT
linux_arp_a.textfsam, linux arp -a
SUMMARY
Parse arp-table
arp -a
on linux host