ONOS-3922: added missing expected() function to (synthesized) host links.
Change-Id: Id46e322cd7ffa293e9eef0c863263c763d1ab7bb
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -163,6 +163,7 @@ | ... | @@ -163,6 +163,7 @@ |
| 163 | tgtPort: host.cp.port, | 163 | tgtPort: host.cp.port, |
| 164 | 164 | ||
| 165 | type: function () { return 'hostLink'; }, | 165 | type: function () { return 'hostLink'; }, |
| 166 | + expected: function () { return true; }, | ||
| 166 | online: function () { | 167 | online: function () { |
| 167 | // hostlink target is edge switch | 168 | // hostlink target is edge switch |
| 168 | return lnk.target.online; | 169 | return lnk.target.online; | ... | ... |
-
Please register or login to post a comment