mirror of https://github.com/ntop/n2n.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
269 B
21 lines
269 B
4 years ago
|
# n2n's Scratchpad
|
||
|
|
||
|
## RPM Packaging
|
||
|
|
||
|
```
|
||
|
bash
|
||
|
./autogen.sh
|
||
|
./configure
|
||
|
make
|
||
|
|
||
|
cd packages/rpm
|
||
|
./configure
|
||
|
rpmbuild -bb ./n2n.spec
|
||
|
```
|
||
|
|
||
|
## New Features between 2.0.x and 2.1.x
|
||
|
|
||
|
- Better ming Windows build support.
|
||
|
- Added `-E` flag to allow multicast ethernet traffic.
|
||
|
|