Committed by
Gerrit Code Review
ONOS-3482 Deprecated two method about create tunnel.
Change-Id: I6cef8fda7a679653040d8d191d96826a7de5bb3e
Showing
2 changed files
with
2 additions
and
0 deletions
... | @@ -29,6 +29,7 @@ public interface TunnelConfig extends HandlerBehaviour { | ... | @@ -29,6 +29,7 @@ public interface TunnelConfig extends HandlerBehaviour { |
29 | * | 29 | * |
30 | * @param tunnel tunnel descriptor | 30 | * @param tunnel tunnel descriptor |
31 | */ | 31 | */ |
32 | + @Deprecated | ||
32 | void createTunnel(TunnelDescription tunnel); | 33 | void createTunnel(TunnelDescription tunnel); |
33 | 34 | ||
34 | /** | 35 | /** | ... | ... |
... | @@ -49,6 +49,7 @@ public interface OvsdbClientService extends OvsdbRPC { | ... | @@ -49,6 +49,7 @@ public interface OvsdbClientService extends OvsdbRPC { |
49 | * @param srcIp source IP address | 49 | * @param srcIp source IP address |
50 | * @param dstIp destination IP address | 50 | * @param dstIp destination IP address |
51 | */ | 51 | */ |
52 | + @Deprecated | ||
52 | void createTunnel(IpAddress srcIp, IpAddress dstIp); | 53 | void createTunnel(IpAddress srcIp, IpAddress dstIp); |
53 | 54 | ||
54 | /** | 55 | /** | ... | ... |
-
Please register or login to post a comment