Adam Ierymenko
|
96faaa85cf
VERSION 0.9.1: bug fixes and experimental bridging support
|
11 years ago |
Adam Ierymenko
|
f82c7006ea
Leave IP addresses alone instead of deleting them from tap if they are not members of any of the networks under management.
|
11 years ago |
Adam Ierymenko
|
681af253ef
Fix for GitHub issue #88 - actually do in the code what the web UI expects it to do.
|
11 years ago |
Adam Ierymenko
|
88bdb81791
Keep track of basic aliveness for peers regardless if direct or indirect connectivity and use this for multicast propagation. Also consolidate adding of active bridges via the same functor as regular multicast next hops.
|
11 years ago |
Adam Ierymenko
|
458f6ae7c3
Only add active bridges to top of MC propagation list if they are alive. Otherwise a dead active bridge might kill multicast for us.
|
11 years ago |
Adam Ierymenko
|
999e963533
Fix for network not found in netconf.
|
11 years ago |
Adam Ierymenko
|
5336f2600a
Send ACCESS_DENIED if network not found.
|
11 years ago |
Adam Ierymenko
|
38433e85bf
More little stuff in crypto code.
|
11 years ago |
Adam Ierymenko
|
c3cbc92757
Some crypto comment fixes.
|
11 years ago |
Adam Ierymenko
|
45a1e048bb
Add enabled/disabled status to network.
|
11 years ago |
Adam Ierymenko
|
40bd460b1c
Some comment revisions and additional sanity checks.
|
11 years ago |
Adam Ierymenko
|
ae7143d693
Comments and cleanup.
|
11 years ago |
Adam Ierymenko
|
aead1050fb
Bridging (GitHub issue #68) does indeed work! Just needed to fix a packet size thinko.
|
11 years ago |
Adam Ierymenko
|
6e485833ef
.
|
11 years ago |
Adam Ierymenko
|
be0a8ec1f1
.
|
11 years ago |
Adam Ierymenko
|
11e1f7a3fb
.
|
11 years ago |
Adam Ierymenko
|
0b0d5fabac
Bridging #68 should work now!
|
11 years ago |
Adam Ierymenko
|
35aa0921ee
.
|
11 years ago |
Adam Ierymenko
|
2f8936181c
Debug code -- temporary.
|
11 years ago |
Adam Ierymenko
|
4c3fb8cf10
Don't list node as an active bridge if it's not authorized. (Wouldn't work anyway.)
|
11 years ago |
Adam Ierymenko
|
c3cea55493
Some cleanup in PacketDecoder.
|
11 years ago |
Adam Ierymenko
|
5d467f0f45
Some TRACE improvements and comment revs.
|
11 years ago |
Adam Ierymenko
|
2162a419e3
Some logging fixes.
|
11 years ago |
Adam Ierymenko
|
f15271f31f
Get rid of pointer type punning warning/issue on g++.
|
11 years ago |
Adam Ierymenko
|
9d6488c31a
Typo fix.
|
11 years ago |
Adam Ierymenko
|
adc922d7fb
Support for bridging fields in netconf.
|
11 years ago |
Adam Ierymenko
|
cf4700bc26
Simplify network briding modes -- we only need passive toggle and active bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency.
|
11 years ago |
Adam Ierymenko
|
367b5439e1
Run icacls.exe twice, once for each change - GitHub issue #71
|
11 years ago |
Adam Ierymenko
|
6802da457e
Bridging pretty much ready to test! Got Switch all wired up. Also fix a latent probably-never-triggered bug in MULTICAST_FRAME handling. GitHub issue #68
|
11 years ago |
Adam Ierymenko
|
5682f0b772
Some more bridging work... wiring up in Switch - GitHub issue #68
|
11 years ago |