-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplemented add-config-data-members, which was lost.
- Loading branch information
Magnus Feuer
committed
Aug 16, 2012
1 parent
77b063d
commit 4d03ecc
Showing
3 changed files
with
52 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"jsonrpc": "2.0", | ||
"method": "exodm:create-yang-module", | ||
"id": "1", | ||
"params": { | ||
"repository": "user", | ||
"name": "dilo", | ||
"yang-module": "module dilo_tst { description: \"test\", prefix dilo_tst; notification swipe { leaf device_id { type string; } leaf data { type string; } } }" | ||
} | ||
} |
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