diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-03-11 23:10:19 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-04-04 23:08:57 +0200 |
commit | 4a1a8b29490b07c588cf77746718de0d4ddc043c (patch) | |
tree | e76918040a392708649f973d01d09a0e86754f50 /tunnel/build.gradle | |
parent | e2edc6ff03f20174ecd31ddfd1e4cafa8f2249f6 (diff) |
tunnel: add bgp-java
Add bgp-java.
Update peer list based on TunnelEncapsAttribute in BGP.
Add backend to bgp constructor
Diffstat (limited to 'tunnel/build.gradle')
-rw-r--r-- | tunnel/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle index 4cfa1ab7..34acbb0e 100644 --- a/tunnel/build.gradle +++ b/tunnel/build.gradle @@ -62,6 +62,7 @@ android { } dependencies { + implementation project(":bgp-java") implementation "androidx.annotation:annotation:$annotationsVersion" implementation "androidx.collection:collection:$collectionVersion" implementation "io.grpc:grpc-android:$grpcVersion" |