parent
6641b176a9
commit
bf65bd3c62
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ diff -Nur linux-atm-2.4.1.orig/src/include/linux/atmbr2684.h linux-atm-2.4.1/src
|
||||||
+
|
+
|
||||||
+#endif /* _LINUX_ATMBR2684_H */
|
+#endif /* _LINUX_ATMBR2684_H */
|
||||||
--- linux-atm-2.4.1/src/br2684/br2684ctl.c 1970-01-01 01:00:00.000000000 +0100
|
--- linux-atm-2.4.1/src/br2684/br2684ctl.c 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ linux-atm-2.4.1.new/src/br2684/br2684ctl.c 2006-02-07 14:05:14.000000000 +0100
|
+++ linux-atm-2.4.1.new/src/br2684/br2684ctl.c 2006-02-07 14:19:42.000000000 +0100
|
||||||
@@ -0,0 +1,307 @@
|
@@ -0,0 +1,307 @@
|
||||||
+#include <stdio.h>
|
+#include <stdio.h>
|
||||||
+#include <stdlib.h>
|
+#include <stdlib.h>
|
||||||
|
@ -368,7 +368,7 @@ diff -Nur linux-atm-2.4.1.orig/src/include/linux/atmbr2684.h linux-atm-2.4.1/src
|
||||||
+
|
+
|
||||||
+void usage(char *s)
|
+void usage(char *s)
|
||||||
+{
|
+{
|
||||||
+ printf("usage: %s [-b] [[-c number] [-e 0|1] [-p 0|1] [-s num] [-a [itf.]vpi.vci]*]*\n"
|
+ printf("usage: %s [-b] [[-c number] [-e 0|1] [-p 0|1] [-s num] [-a [itf.]vpi.vci]*]*\n"
|
||||||
+ " -b = run in background (daemonize)\n"
|
+ " -b = run in background (daemonize)\n"
|
||||||
+ " -c <num> = use interface nas<num>\n"
|
+ " -c <num> = use interface nas<num>\n"
|
||||||
+ " -e 0|1 = encapsulation (0=LLC, 1=VC Mux)\n"
|
+ " -e 0|1 = encapsulation (0=LLC, 1=VC Mux)\n"
|
||||||
|
|
Loading…
Reference in a new issue