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

Update packet_flow_key.py #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

QianruZhou333
Copy link

@QianruZhou333 QianruZhou333 commented Sep 9, 2020

there is an issue here in the import, the original from meter.features.context import packet_direction would cause error:
AttributeError: module 'meter.features.context.packet_direction' has no attribute 'FORWARD'

the fixed import from meter.features.context.packet_direction import PacketDirection works fine for me.

@guoqincode
Copy link

DoHLyzer/meter/features/context/packet_flow_key.py

Line33 should be
if direction == packet_direction.PacketDirection.FORWARD:

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.

2 participants