
Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17 Signed-off-by: Ed Warnicke <eaw@cisco.com>
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ifconfig srlocal inet6 add db04::1/64
|
|
route -6 add db02::0/64 gw db04::99
|