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 +4 -4
- data/CHANGELOG.md +29 -0
- data/example/vsrx-12.1.x47.rb +4185 -4177
- data/lib/junoser/parser.rb +4224 -4481
- data/lib/junoser/ruler.rb +74 -42
- data/lib/junoser/version.rb +1 -1
- data/lib/junoser/xsd/sequence.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92ebd9b787b86f6a970f8ad50e5223ea2f77201b
|
4
|
+
data.tar.gz: bc3e48e009a021752360aad7f7d145b248ac3e54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|