Updated example SDN-IP config files
Change-Id: I49b4a11b1ececddaf88f08dd8f1e97a42f274b8a
Showing
1 changed file
with
10 additions
and
0 deletions
... | @@ -14,6 +14,16 @@ | ... | @@ -14,6 +14,16 @@ |
14 | "attachmentDpid" : "00:00:00:00:00:00:00:a2", | 14 | "attachmentDpid" : "00:00:00:00:00:00:00:a2", |
15 | "attachmentPort" : "1", | 15 | "attachmentPort" : "1", |
16 | "ipAddress" : "192.168.30.1" | 16 | "ipAddress" : "192.168.30.1" |
17 | + }, | ||
18 | + { | ||
19 | + "attachmentDpid" : "00:00:00:00:00:00:00:a6", | ||
20 | + "attachmentPort" : "1", | ||
21 | + "ipAddress" : "192.168.40.1" | ||
22 | + }, | ||
23 | + { | ||
24 | + "attachmentDpid" : "00:00:00:00:00:00:00:a4", | ||
25 | + "attachmentPort" : "4", | ||
26 | + "ipAddress" : "192.168.60.1" | ||
17 | } | 27 | } |
18 | ], | 28 | ], |
19 | "bgpSpeakers" : [ | 29 | "bgpSpeakers" : [ | ... | ... |
-
Please register or login to post a comment