This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Enhance get_arp_table
and get_mac_address_table
with filtering arguments
#217
Labels
Milestone
Comments
I am going to approve this request, it makes sense to me. Let's see what @dbarrosop and @ktbyers think about that as well. |
Yes, I think this is a good idea. |
+1 |
This was referenced Mar 17, 2017
Hi @kbirkeland - this API change is approved. I have created the issues for each driver. Thanks! |
Yeah, I can help with this, but I don't have access to a VM for all the driver types. What's the best course of action for those? Just raise NotImplementedError? |
Hi @kbirkeland - no problem about the platforms you don't have, please contribute as much as you are able to. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have to deal with some rather large ARP tables (>20k), so it would be nice to have some filtering built into the API.
I propose the following arguments for
get_arp_table
:ip
mac
interface
and the following arguments for
get_mac_address_table
:mac
interface
vlan
The text was updated successfully, but these errors were encountered: