diff options
Diffstat (limited to 'hicn-plugin/src/host_stack/testbed/client-startup.txt')
-rw-r--r-- | hicn-plugin/src/host_stack/testbed/client-startup.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hicn-plugin/src/host_stack/testbed/client-startup.txt b/hicn-plugin/src/host_stack/testbed/client-startup.txt new file mode 100644 index 000000000..7165265b3 --- /dev/null +++ b/hicn-plugin/src/host_stack/testbed/client-startup.txt @@ -0,0 +1,6 @@ +create interface memif id 0 master +set int state memif0/0 up +set int ip addr memif0/0 192.168.10.1/24 +set int ip addr memif0/0 2001::1/64 +ip route add b001::/64 via 2001::2 memif0/0 +#hicn enable b001::/64
\ No newline at end of file |