mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
eoip: Add package
add eoip package,this can create ethernet tunnels compatible with Mikrotik EoIP tunnel. At current moment it is easiest way to create stateless tunnel with Mikrotik. Signed-off-by: Bogdan Shatik <bogdikxxx@mail.ru>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/eoip.c 2013-09-25 22:50:48.272763057 +0200
|
||||
+++ b/eoip.c 2013-09-25 22:51:03.804762840 +0200
|
||||
@@ -430,7 +430,7 @@
|
||||
exit(1);
|
||||
|
||||
mfd = fopen(pidfile, "w");
|
||||
- fprintf(mfd,"%d", getpid());
|
||||
+ fprintf(mfd,"%d\n", getpid());
|
||||
fclose(mfd);
|
||||
|
||||
/* structure of Mikrotik EoIP:
|
||||
Reference in New Issue
Block a user