foo
This commit is contained in:
parent
b72b5f8bfa
commit
8eab46f578
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
// L2TPNS Clustering Stuff
|
// L2TPNS Clustering Stuff
|
||||||
|
|
||||||
char const *cvs_id_cluster = "$Id: cluster.c,v 1.11 2004-09-02 04:18:07 fred_nerk Exp $";
|
char const *cvs_id_cluster = "$Id: cluster.c,v 1.12 2004-09-21 04:30:46 fred_nerk Exp $";
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
|
@ -256,7 +256,7 @@ int peer_send_message(u32 peer, int type, int more, char * data, int size)
|
||||||
// Forward a state changing packet to the master.
|
// Forward a state changing packet to the master.
|
||||||
//
|
//
|
||||||
// The master just processes the payload as if it had
|
// The master just processes the payload as if it had
|
||||||
// received it off the tap device.
|
// received it off the tun device.
|
||||||
//
|
//
|
||||||
int master_forward_packet(char *data, int size, u32 addr, int port)
|
int master_forward_packet(char *data, int size, u32 addr, int port)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue