Traverse L2 domains with VLAN awarenes#2
Open
Dautor wants to merge 15 commits into
Open
Conversation
b5e6b53 to
d77af64
Compare
c55e4e7 to
85ae802
Compare
d77af64 to
34dd2e3
Compare
9409702 to
9d4a834
Compare
TODO: undo/redo, documentation...
Also show ERROR if failed to start because of an error.
New 'Match IPv4/IPv6 subnet' as well as 'Autorenumber IPv4/IPv6' per node interface.
Lots of internal, some GUI changes: - enable setting increment bits when generating IPv6 subnets - refactor/fix subnet generation/assignment to behave more predictable/consistent - clean up code
Instead of having everything in / directory, place everything in /var/imunes/$eid/$node_id for better visibility. This includes: - boot.conf, custom.conf - unboot.conf - boot_ifaces.conf, custom_ifaces.conf - unboot_ifaces.conf - out.log, err.log - out_ifaces.log, err_ifaces.log - init, shut - services files (e.g. pcaps from tcpdump service)
9d4a834 to
e1d9840
Compare
34dd2e3 to
9ab343e
Compare
e1d9840 to
0ce4a3d
Compare
9ab343e to
b143557
Compare
0ce4a3d to
6356a98
Compare
69686a9 to
f3efdd0
Compare
25e0839 to
38c5423
Compare
6ad9e0e to
23ba38f
Compare
This file contains hidden or 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
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.
Helper procedures for converting between VLAN interfaces and physical interfaces are added.
getSubnetIfacesproc is modified to be VLAN-aware.