junoser 0.1.6 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72e2cd307c5161e27121a912e61ebe546a61452a
4
- data.tar.gz: b98bb546574beb5f71f28b45ce6756ec438a16be
3
+ metadata.gz: 92ebd9b787b86f6a970f8ad50e5223ea2f77201b
4
+ data.tar.gz: bc3e48e009a021752360aad7f7d145b248ac3e54
5
5
  SHA512:
6
- metadata.gz: 744fa2b2cc6c716cf55146a9a09ce2ded270821621bd42cd8d08ecc5fc3b758ed78a1fdaa4abee1e85b1c8e2430559aa888922426d83d258f794770c56e267ec
7
- data.tar.gz: 08e47a6fa0bd8dcd7753a478636157148630cc6c1caab6a949485f206942341dede2efe9dcadaa678cf1231c8f0e1d95cdcb44f0c8a03a4746f9571872b3080c
6
+ metadata.gz: 3900fe085b6b1e8e6948ffec369d4178254a3972aca547d3831e2054006e1cd8e8128e6f82f476dbc60475202c1f0be1080539c95d3edb55030a23a8af66e9ef
7
+ data.tar.gz: c1df3bf10edf6eaf815498010d654794680d3c31a68cc1e9d2bdd4c1219cc21c0329dcec66f9a8e99b649f425ebd484b4a525d3b5f1e4b1fc1740d9eee9575f4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## 0.2.0 / 2015-12-26
2
+
3
+ * Use "choice" instead of "sequence of choices"
4
+ * Sequence of choices comes from .xsd for NETCONF.
5
+ It's required for XML but worthless and time wasting for CLI.
6
+ * 150% fast!
7
+
8
+ * Many bug fixes
9
+ * 802.3ad
10
+ * ether-options
11
+ * storm-control default
12
+ * vrf-target
13
+ * maximum-prefix teardown
14
+ * traceoptions
15
+ * system syslog archive
16
+ * system login user
17
+ * routing-options confederation
18
+ * hold-time
19
+ * protocols ospf area x.x.x.x stub default-metric x x
20
+ * protocols rsvp interface xxx subscription x
21
+ * traceoptions cspf-link
22
+ * protocols mpls priority
23
+ * protocols mpls label-switched-path xxx primary xxx bandwidth xxx
24
+ * protocols xxx rib-group xxx xxx
25
+ * protocols mpls path xxx xxx
26
+
27
+ * Newly supported syntax
28
+ * Minimal configuration of MS-PIC/MIC based flow sampling
29
+
1
30
  ## 0.1.6 / 2015-10-31
2
31
 
3
32
  * Bug fix