diff options
Diffstat (limited to 'vnet/etc/scripts/sr')
-rwxr-xr-x | vnet/etc/scripts/sr/left-linux-ping.sh (renamed from vnet/etc/scripts/sr/ludd-cluster-2.sh) | 0 | ||||
-rw-r--r-- | vnet/etc/scripts/sr/leftpeer.conf (renamed from vnet/etc/scripts/sr/ludd-cluster-1.conf) | 4 | ||||
-rwxr-xr-x | vnet/etc/scripts/sr/right-linux-ping.sh (renamed from vnet/etc/scripts/sr/ludd-cluster-4.sh) | 0 | ||||
-rw-r--r-- | vnet/etc/scripts/sr/rightpeer.conf (renamed from vnet/etc/scripts/sr/ludd-cluster-3.conf) | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vnet/etc/scripts/sr/ludd-cluster-2.sh b/vnet/etc/scripts/sr/left-linux-ping.sh index 55b835063c7..55b835063c7 100755 --- a/vnet/etc/scripts/sr/ludd-cluster-2.sh +++ b/vnet/etc/scripts/sr/left-linux-ping.sh diff --git a/vnet/etc/scripts/sr/ludd-cluster-1.conf b/vnet/etc/scripts/sr/leftpeer.conf index f257b1bc521..9591d968b8b 100644 --- a/vnet/etc/scripts/sr/ludd-cluster-1.conf +++ b/vnet/etc/scripts/sr/leftpeer.conf @@ -1,12 +1,12 @@ comment { test sr segment chunk-offset on } test sr hmac validate on -comment { trunk to ludd-cluster-3 } +comment { trunk to rightpeer } set int ip address GigabitEthernet2/3/0 db03::2/64 enable ip6 interface GigabitEthernet2/3/0 set int state GigabitEthernet2/3/0 up -comment { subscriber ludd-cluster-2 } +comment { subscriber left-linux-ping } set int ip address GigabitEthernet2/2/0 db02::2/64 enable ip6 interface GigabitEthernet2/2/0 set int state GigabitEthernet2/2/0 up diff --git a/vnet/etc/scripts/sr/ludd-cluster-4.sh b/vnet/etc/scripts/sr/right-linux-ping.sh index 029368dbb8b..029368dbb8b 100755 --- a/vnet/etc/scripts/sr/ludd-cluster-4.sh +++ b/vnet/etc/scripts/sr/right-linux-ping.sh diff --git a/vnet/etc/scripts/sr/ludd-cluster-3.conf b/vnet/etc/scripts/sr/rightpeer.conf index 005bee6e3e4..6da7a7afd05 100644 --- a/vnet/etc/scripts/sr/ludd-cluster-3.conf +++ b/vnet/etc/scripts/sr/rightpeer.conf @@ -1,9 +1,9 @@ -comment { trunk to ludd-cluster-1 } +comment { trunk to leftpeer } set int ip address GigabitEthernet2/0/0 db03::1/64 enable ip6 interface GigabitEthernet2/0/0 set int state GigabitEthernet2/0/0 up -comment { subscriber ludd-cluster-4 } +comment { subscriber right-linux-ping } set int ip address GigabitEthernet2/2/0 db04::2/64 comment { next address to fake out ND on shared LAN segment } |