[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example: extensions Statement

If abc and xyz are provider IDs issued to two providers, then the following configuration enables the router for the SDK applications built by either provider:

[edit]
system {
extensions {
providers {
abc;
xyz;
}
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]