Skip to content
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

Add helper function and filter for addpath feature (and small bug fix) #40

Closed
wants to merge 13 commits into from

Conversation

cmoeller-dx
Copy link

@cmoeller-dx cmoeller-dx commented Aug 3, 2020

I wrote a helper function for the addpath capabilty. In my opinion it is now more maintainable.

I also found a small bug in the Application/Handler.py file.
There was a wrong filter applied, nameley MACSourceFilter() instead of MACDestinationFilter()
This resulted in applying the MACSourceFilter twice and the MACDestinationFilter not even once.

Edit:
Add PathIdentifierFilter.
for example: --filter-pathid 1 will print update messages where the pathid is equal 1

@cmoeller-dx cmoeller-dx changed the title Add helper function for addpath feature and small bug fix Add helper function and filter for addpath feature (and small bug fix) Aug 3, 2020
@cmoeller-dx
Copy link
Author

cmoeller-dx commented Aug 11, 2020

merged with private master. changes can be found in PR #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant