Logan007
a35675da4d
internally renamed dhcp --> auto ip
4 years ago
Luca Deri
18bae5bba8
Merge pull request #370 from Logan007/fxCmprFld
adopt internal compression field data type size
4 years ago
Luca Deri
2606b83fef
Merge pull request #374 from Logan007/hDc
converted HACKING doc to markdown
4 years ago
Logan007
9308170823
converted to markdown
4 years ago
Logan007
1dea026fdb
seeded random number generator
4 years ago
Logan007
f57bb94fa5
let auto ip feature handle several sub-networks
4 years ago
Logan007
78409df1c8
let auto ip feature handle several sub-networks
4 years ago
Logan007
34e72cb902
adopt compression field data type size
4 years ago
Logan007
000ebef185
adopt compression field data type size
4 years ago
lucaderi
aab94e9a82
Added check for centos6
4 years ago
Luca Deri
223ef8197f
Added ROM dependency
4 years ago
Luca Deri
fe27d2bfc2
Fixed debian dependency
4 years ago
fengdaolong
6bdfdf6be4
Enhanced edge management console function.
1. Edge can view the IP address and socket information of the connected tap adapter through the management console (127.0.0.1:5644);
2. Repair two memory leaks;
3. Fix several code errors and redundant logic;
4 years ago
Luca Deri
fbca7bed9e
Merge pull request #365 from Logan007/invldTransopErr
added IP & MAC to invalid transop error message
4 years ago
Luca Deri
52e2454af7
Added nissing package dependency
4 years ago
Luca Deri
ce8551fc61
Added better -A handling with config files
4 years ago
Logan007
b10a24c65a
added IP & MAC to invalid transop error message
4 years ago
Luca Deri
0825bfb16b
Compilation fixes
4 years ago
Luca Deri
ed5b793379
Merge pull request #363 from Logan007/edgMgmtPrt
extended edge's management port output
4 years ago
Luca Deri
8d40b59b2c
Merge pull request #362 from Logan007/scrPd
consolidated bullet-point styled documents
4 years ago
Luca Deri
b5c6a5214b
Merge pull request #361 from Logan007/bldDoc
merged additional building information
4 years ago
Luca Deri
8f9ccce9bf
Merge pull request #360 from Logan007/rpLzo
updated minilzo
4 years ago
Luca Deri
5354cd79d7
Merge pull request #359 from Logan007/pktFlds
split PACKET's transform field to give way for separate compression field
4 years ago
Luca Deri
3be0a009b0
Merge pull request #358 from Logan007/rmMinCryptoVersn
removed minor transform version
4 years ago
Luca Deri
074004a650
Merge pull request #357 from Logan007/tfKeyHandling
simplified twofish's key handling
4 years ago
Logan007
038c5971b7
extended management port output
4 years ago
Logan007
3ed3f4e826
merged additional building information
4 years ago
Logan007
a6332d896e
consolidated bullet-point styled documents
4 years ago
Logan007
b954cc3868
merged additional building information
4 years ago
Logan007
7a52718cc8
merged additional building information
4 years ago
Logan007
bbcce17b77
merged additional building information
4 years ago
Logan007
e0266bfe5f
updated minilzo
4 years ago
Logan007
1d8b9d83b0
split PACKET's transform field to give way for separate compression field
4 years ago
Logan007
9c10116d51
split PACKET's transform field to give way for seperate compression field
4 years ago
Logan007
c2cae9d02e
removed minor tranform version
4 years ago
Logan007
ece0c91ef1
simplified twofish's key handling
4 years ago
Luca Deri
052127734e
Merge compilation fix
4 years ago
Luca Deri
fb2b55874e
Merge pull request #349 from Logan007/prepReg
added regular expression support
4 years ago
Luca Deri
d4e9df013e
Merge branch 'dev' into prepReg
4 years ago
Luca Deri
9928ccaeea
Merge pull request #355 from fengdaolong/dev
Added DHCP function embedded in sn.
4 years ago
Luca Deri
e7470e26aa
Updated contributors
4 years ago
Luca Deri
c3743c1cf7
Moved to 2.9 dev
4 years ago
Luca Deri
b47890921b
Merge pull request #354 from Logan007/patch-2
updated CHANGELOG.md
4 years ago
Logan007
1d048c59a9
polished reg exp handling and fixed bugs
4 years ago
fengdaolong
92dfa67e22
Added DHCP function embedded in sn.
1. Automatically assign IP addresses to the edge through the DHCP function that comes with sn, the default IP address pool is 172.17.12.0/24.
2. The -d parameter is added to sn, and the IP address pool of the embedded DHCP can be customized.
3. Now edge does not need to add -a and -s parameters to automatically obtain the IP address.
4. The IP automatically obtained by the cross-community edge can be the same, because the communities are isolated from each other and do not interfere with each other.
5. On the management side of sn (127.0.0.1:5645), you can now view the IP address of the tutap adapter of each edge.
6. Fix many bugs that have a certain chance of causing memory leaks.
7. Note: This version is not fully compatible with the previous version.
4 years ago
Logan007
dece8d787e
freed reg exp on exit, counted reg exp, warned on empty community list file, returned early from packet handling on non-matching reg exp
4 years ago
Logan oos Even
82d98a2bc2
updated CHANGELOG.md
added missing new-line
4 years ago
Logan007
8ac86635e1
equalized handling of non-matching communities
4 years ago
Logan007
e97cf4aa28
added detailed regular expression explanation to community.list
4 years ago
Logan007
94434ec25e
added regular expression example to community.list
4 years ago