|
|
@@ -1,3 +1,45 @@
|
|
|
+--- a/src/mpoad/mpcd.8
|
|
|
++++ b/src/mpoad/mpcd.8
|
|
|
+@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A
|
|
|
+ .B ]]
|
|
|
+ .SH DESCRIPTION
|
|
|
+ MPOA client
|
|
|
+-.SM(MPC) is responsible for creating and receiving
|
|
|
++.SM (MPC) is responsible for creating and receiving
|
|
|
+ internetwork layer shortcuts. Using these shortcuts MPCs forward
|
|
|
+ unicast internetwork layer packets effectively over ATM without need
|
|
|
+ for routing protocols.
|
|
|
+@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o
|
|
|
+ shortcuts is done with the help of
|
|
|
+ .SM MPOA
|
|
|
+ server
|
|
|
+-.SM(MPS).
|
|
|
++.SM (MPS).
|
|
|
+ .PP
|
|
|
+ Just as the Linux
|
|
|
+ .SM LAN
|
|
|
+--- a/src/led/zeppelin.8
|
|
|
++++ b/src/led/zeppelin.8
|
|
|
+@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using
|
|
|
+ recommended. Token Ring support has received less testing than its
|
|
|
+ Ethernet counterpart.
|
|
|
+ .SH FILES
|
|
|
+-.IP \fI/var/run/lec[interface number].pid\fP
|
|
|
++.IP \fI/var/run/lec[interface\ number].pid\fP
|
|
|
+ The file containing the process id of zeppelin.
|
|
|
+ .SH BUGS
|
|
|
+ John Bonham died 1980 and Led Zeppelin broke.
|
|
|
+--- a/src/sigd/atmsigd.conf.4
|
|
|
++++ b/src/sigd/atmsigd.conf.4
|
|
|
+@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e
|
|
|
+ .P
|
|
|
+ If an option is specified in \fBatmsigd.conf\fP and on the command
|
|
|
+ line, the command line has priority.
|
|
|
+-.COMPATIBILITY
|
|
|
++.SH COMPATIBILITY
|
|
|
+ Certain options used by past versions of \fBatmsigd\fP but no longer documented
|
|
|
+ on the man page are still recognized and supported, but they also yield a
|
|
|
+ warning message. Future versions of \fBatmsigd\fP will not recognize those
|
|
|
--- a/src/arpd/io.c
|
|
|
+++ b/src/arpd/io.c
|
|
|
@@ -277,7 +277,8 @@ static void accept_new(void)
|
|
|
@@ -226,45 +268,52 @@
|
|
|
|
|
|
if (trans) {
|
|
|
/* set send socket buffer if we are transmitting */
|
|
|
---- a/src/mpoad/mpcd.8
|
|
|
-+++ b/src/mpoad/mpcd.8
|
|
|
-@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A
|
|
|
- .B ]]
|
|
|
- .SH DESCRIPTION
|
|
|
- MPOA client
|
|
|
--.SM(MPC) is responsible for creating and receiving
|
|
|
-+.SM (MPC) is responsible for creating and receiving
|
|
|
- internetwork layer shortcuts. Using these shortcuts MPCs forward
|
|
|
- unicast internetwork layer packets effectively over ATM without need
|
|
|
- for routing protocols.
|
|
|
-@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o
|
|
|
- shortcuts is done with the help of
|
|
|
- .SM MPOA
|
|
|
- server
|
|
|
--.SM(MPS).
|
|
|
-+.SM (MPS).
|
|
|
- .PP
|
|
|
- Just as the Linux
|
|
|
- .SM LAN
|
|
|
---- a/src/led/zeppelin.8
|
|
|
-+++ b/src/led/zeppelin.8
|
|
|
-@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using
|
|
|
- recommended. Token Ring support has received less testing than its
|
|
|
- Ethernet counterpart.
|
|
|
- .SH FILES
|
|
|
--.IP \fI/var/run/lec[interface number].pid\fP
|
|
|
-+.IP \fI/var/run/lec[interface\ number].pid\fP
|
|
|
- The file containing the process id of zeppelin.
|
|
|
- .SH BUGS
|
|
|
- John Bonham died 1980 and Led Zeppelin broke.
|
|
|
---- a/src/sigd/atmsigd.conf.4
|
|
|
-+++ b/src/sigd/atmsigd.conf.4
|
|
|
-@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e
|
|
|
- .P
|
|
|
- If an option is specified in \fBatmsigd.conf\fP and on the command
|
|
|
- line, the command line has priority.
|
|
|
--.COMPATIBILITY
|
|
|
-+.SH COMPATIBILITY
|
|
|
- Certain options used by past versions of \fBatmsigd\fP but no longer documented
|
|
|
- on the man page are still recognized and supported, but they also yield a
|
|
|
- warning message. Future versions of \fBatmsigd\fP will not recognize those
|
|
|
+@@ -663,7 +664,7 @@ int no_check = 0;
|
|
|
+ exit(0);
|
|
|
+
|
|
|
+ usage:
|
|
|
+- fprintf(stderr, Usage);
|
|
|
++ fprintf(stderr, "%s", Usage);
|
|
|
+ exit(1);
|
|
|
+ }
|
|
|
+
|
|
|
+--- a/src/arpd/arp.c
|
|
|
++++ b/src/arpd/arp.c
|
|
|
+@@ -17,6 +17,7 @@
|
|
|
+ #include <netinet/in.h> /* for ntohs, etc. */
|
|
|
+ #define _LINUX_NETDEVICE_H /* very crude hack for glibc2 */
|
|
|
+ #include <linux/types.h>
|
|
|
++#include <linux/if.h>
|
|
|
+ #include <linux/if_arp.h>
|
|
|
+ #include <linux/if_ether.h>
|
|
|
+ #include <atm.h>
|
|
|
+--- a/src/arpd/itf.c
|
|
|
++++ b/src/arpd/itf.c
|
|
|
+@@ -14,6 +14,7 @@
|
|
|
+ #include <sys/socket.h>
|
|
|
+ #define _LINUX_NETDEVICE_H /* glibc2 */
|
|
|
+ #include <linux/types.h>
|
|
|
++#include <linux/if.h>
|
|
|
+ #include <linux/if_arp.h>
|
|
|
+
|
|
|
+ #include "atmd.h"
|
|
|
+--- a/src/maint/atmdump.c
|
|
|
++++ b/src/maint/atmdump.c
|
|
|
+@@ -14,6 +14,7 @@
|
|
|
+ #include <sys/types.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
++#include <linux/sockios.h>
|
|
|
+ #include <netinet/in.h> /* for htonl and ntohl */
|
|
|
+ #include <atm.h>
|
|
|
+
|
|
|
+--- a/src/maint/saaldump.c
|
|
|
++++ b/src/maint/saaldump.c
|
|
|
+@@ -15,6 +15,7 @@
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <sys/types.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
++#include <linux/sockios.h>
|
|
|
+ #include <atm.h>
|
|
|
+
|
|
|
+ #include "pdu.h"
|