change default ifname for easyier use on gluon
This commit is contained in:
parent
64c6479201
commit
68e2041548
|
@ -8,7 +8,7 @@
|
|||
#include "socket.h"
|
||||
#endif
|
||||
|
||||
char *ifname = "br-lan";
|
||||
char *ifname = "br-wan";
|
||||
char *addr = "::";
|
||||
char *maddr = "ff02::31f1";
|
||||
char *port = "1000";
|
||||
|
|
Loading…
Reference in New Issue