cb9cadad57
Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17 Signed-off-by: Ed Warnicke <eaw@cisco.com>
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ifconfig eth1 inet6 add db04::1/64
|
|
route -A inet6 add db02::1/128 gw db04::2
|