Change the default IPv6 prefix from aaaa::/64 to fd00::/64
This commit is contained in:
parent
8b3d220761
commit
dea04c67d7
78 changed files with 165 additions and 131 deletions
|
@ -125,7 +125,7 @@ slip_config_handle_arguments(int argc, char **argv)
|
|||
case 'h':
|
||||
default:
|
||||
fprintf(stderr,"usage: %s [options] ipaddress\n", prog);
|
||||
fprintf(stderr,"example: border-router.native -L -v2 -s ttyUSB1 aaaa::1/64\n");
|
||||
fprintf(stderr,"example: border-router.native -L -v2 -s ttyUSB1 fd00::1/64\n");
|
||||
fprintf(stderr,"Options are:\n");
|
||||
#ifdef linux
|
||||
fprintf(stderr," -B baudrate 9600,19200,38400,57600,115200,921600 (default 115200)\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue