-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bearer types and converter * add bearer-list basics * fix evc attachment validation and converter * add basic bearer table; add callbacks; add commit to bearers * client to api bearer converter * basic create/edit/delete bearer functionality Co-authored-by: Paulooze <[email protected]>
- Loading branch information
Showing
15 changed files
with
623 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
module: gamma-bearer-svc | ||
+--rw bearer-svc | ||
+--rw valid-provider-identifiers | ||
| +--rw qos-profile-identifier* [id] | ||
| +--rw id string | ||
+--rw carriers | ||
| +--rw carrier* [carrier-name] | ||
| +--rw carrier-name string | ||
| +--rw description? string | ||
+--rw vpn-nodes | ||
| +--rw vpn-node* [ne-id] | ||
| +--rw ne-id string | ||
| +--rw router-id inet:ip-address | ||
| +--rw role? identityref | ||
+--rw vpn-bearers | ||
+--rw vpn-bearer* [sp-bearer-reference] | ||
+--rw sp-bearer-reference svc-id | ||
+--rw description? string | ||
+--rw ne-id -> /bearer-svc/vpn-nodes/vpn-node/ne-id | ||
+--rw port-id string | ||
+--rw status | ||
| +--rw admin-status | ||
| | +--rw status? identityref | ||
| | +--rw last-updated? yang:date-and-time | ||
| +--ro oper-status | ||
| +--ro status? identityref | ||
| +--ro last-updated? yang:date-and-time | ||
+--rw carrier | ||
| +--rw carrier-name? -> /bearer-svc/carriers/carrier/carrier-name | ||
| +--rw carrier-reference? string | ||
| +--rw service-type? identityref | ||
| +--rw service-status? identityref | ||
+--rw connection | ||
| +--rw encapsulation-type? identityref | ||
| +--rw svlan-assignment-type? identityref | ||
| +--rw tpid? identityref | ||
| +--rw mtu uint16 | ||
| +--rw remote-ne-id? -> /bearer-svc/vpn-nodes/vpn-node/ne-id | ||
| +--rw remote-port-id? string | ||
+--rw default-upstream-bearer? -> /bearer-svc/vpn-bearers/vpn-bearer/sp-bearer-reference | ||
+--rw evc-attachments | ||
+--rw evc-attachment* [evc-type circuit-reference] | ||
+--rw evc-type identityref | ||
+--rw customer-name? string | ||
+--rw circuit-reference svc-id | ||
+--rw carrier-reference? svc-id | ||
+--rw svlan-id? uint16 | ||
+--rw status | ||
| +--rw admin-status | ||
| | +--rw status? identityref | ||
| | +--rw last-updated? yang:date-and-time | ||
| +--ro oper-status | ||
| +--ro status? identityref | ||
| +--ro last-updated? yang:date-and-time | ||
+--rw input-bandwidth uint64 | ||
+--rw qos-input-profile? -> /bearer-svc/valid-provider-identifiers/qos-profile-identifier/id | ||
+--rw upstream-bearer? -> /bearer-svc/vpn-bearers/vpn-bearer/sp-bearer-reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.