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

Adrian iftypes #18

Merged
merged 2 commits into from
Sep 1, 2014
Merged

Adrian iftypes #18

merged 2 commits into from
Sep 1, 2014

Conversation

erikarn
Copy link

@erikarn erikarn commented Sep 1, 2014

First version of bridge and span interfaces that solve a particular version of a particular problem. This is orthogonal to all else in libuinet, so there is plenty of time to review and consider how to generalize/improve for other applications.

Adrian Chadd added 2 commits August 31, 2014 10:21
commit stuff can reach back from uinet -> ifnet as appropriate.
The bridge type is a simple 2-port passthrough bridge for doing
inline related interception.

The span type is a simple n-port aggregator interface that allows
for traffic to be coming in multiple interfaces but appear as a single
interface to the rest of the libuinet stack.
pkelsey added a commit that referenced this pull request Sep 1, 2014
First version of bridge and span interfaces that solve a particular version of a particular problem. This is orthogonal to all else in libuinet, so there is plenty of time to review and consider how to generalize/improve for other applications.

The addition of the ifp pointer to uinet_config_if might be an indication that the config interface needs to be refactored.
@pkelsey pkelsey merged commit eb3084c into pkelsey:master Sep 1, 2014
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