Application of mopd-2.5.3-mcast.patch:

* Fri Oct 26 2001 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
- updated the mcast patch to match new file locations and to
  fit the linux one (mcast)

* Sat Feb  5 2000 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
- added a hack to register group membership of "MOP Dump/Load
  Assistance" and "MOP Remote Console" multicast groups
  (mcast); need to rewrite it to make use of AF_PACKET

Downloaded from:
ftp://ftp.linux-mips.org/pub/linux/mips/people/macro/mopd/mopd-2.5.3-mcast.patch.gz
.patch SHA256 = 54e1141196b411c64911aa1a56086b46377de6a1f5bd99dea81a164adb137da3
Patch history copied from:
ftp://ftp.linux-mips.org/pub/linux/mips/people/macro/mopd/mopd-2.5.3-15.spec
This commit is contained in:
Maciej W. Rozycki
2001-10-26 12:00:00 -04:00
committed by Boris Gjenero
parent 416858fb68
commit 3b606eb2af
6 changed files with 206 additions and 29 deletions

View File

@@ -60,7 +60,7 @@ void mopProcess __P((struct if_info *, u_char *));
int AllFlag = 0; /* listen on "all" interfaces */
int VersionFlag = 0; /* Show version */
int promisc = 0; /* promisc mode not needed */
int nomulti = 1; /* multicast mode not needed */
char *Program;
extern char version[];