Skip to content

Commit ce4ece9

Browse files
committed
Fix link
1 parent 7d15add commit ce4ece9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EXERCISE-4.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ subnets:
2020

2121
<img alt="Topology diagram" src="img/topo.png" width="100%">
2222

23-
The same IPv6 prefixes are defined in the [netcfg.json](netcfg.json) file and
24-
are used to provide an IPv6 address to the switch interfaces, i.e. the gateway
25-
address from the host perspective. The goal of our ONOS app is to program the
26-
switch such that it behaves as a traditional IPv6 router.
23+
The same IPv6 prefixes are defined in the [netcfg.json](mininet/netcfg.json)
24+
file and are used to provide an IPv6 address to the switch interfaces, i.e. the
25+
gateway address from the host perspective. The goal of our ONOS app is to
26+
program the switch such that it behaves as a traditional IPv6 router.
2727

2828
Unfortunately, the starter code we have provided to you has a broken
2929
implementation of IPv6 routing. Your task is to fix it.

0 commit comments

Comments
 (0)