update JNI to add new status code
This commit is contained in:
@@ -37,6 +37,11 @@ public enum VirtualNetworkStatus {
|
||||
*/
|
||||
NETWORK_STATUS_OK,
|
||||
|
||||
/**
|
||||
* Netconf master said SSO auth required.
|
||||
*/
|
||||
NETWORK_STATUS_AUTHENTICATION_REQUIRED,
|
||||
|
||||
/**
|
||||
* Netconf master told us 'nope'
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user