forked from aregm/nff-go
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add devbind tool #1
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Cosmetic code refactoring into smaller separate functions - Implemented KNI and port forwarding config - Added creation of KNI devices and flows (no traffic forwarded yet) - Implemented port forwarding (including KNI). It works to ssh from public interface. - Direct all ARP and ICMP traffic to KNI if it is present on interface - Fixed handling of ICMP and directing all ICMP traffic to KNI if it is present - Fixed directing traffic to KNI in private subnet - Implemented ARP requests when target destination MAC is unknown - Fixed getting ARP response when KNI is enabled on interface - Fixed directing traffic to KNI when it originates from NAT host - Fixed printing IPv4 packet address and header - Switched configuration to multiple hosts in local subnet - Fixed bug with forwarded port reuse
marcusschiesser
suggested changes
Sep 6, 2018
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.
add examples/devbind
with readme
Added KNI, port forwarding and full ARP support to NAT
Removed situation with zero division from measue function. THis function itself can be removed for 210nn per 32 packets.
Implemented GRPC control over dump, subnet address and port forwarding
Scheduler fix
Trivial version bump for fedora image
mkfsn
added a commit
that referenced
this pull request
Sep 11, 2018
Fixed docker images build
Implemented DHCP client functionality to acquire IPv4 address
Only supported RSS types
marcusschiesser
force-pushed
the
f-1
branch
from
September 21, 2018 08:56
572ee57
to
fc313b5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.