nl-linux 0.2.3 → 0.2.4

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.
data/linux/tc.yaml CHANGED
@@ -2207,6 +2207,9 @@ attribute-sets:
2207
2207
  -
2208
2208
  name: blue-timer-us
2209
2209
  type: s32
2210
+ -
2211
+ name: active-queues
2212
+ type: u32
2210
2213
  -
2211
2214
  name: cake-tin-stats-attrs
2212
2215
  name-prefix: tca-cake-tin-stats-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nl-linux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kasumi Hanazuki
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.2.3
18
+ version: 0.2.4
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 0.2.3
25
+ version: 0.2.4
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: ynl
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 0.2.3
32
+ version: 0.2.4
33
33
  type: :development
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 0.2.3
39
+ version: 0.2.4
40
40
  description: Linux Netlink client
41
41
  email:
42
42
  - kasumi@rollingapple.net
@@ -54,6 +54,7 @@ files:
54
54
  - generated/nl/linux/dev_energymodel.rb
55
55
  - generated/nl/linux/devlink.rb
56
56
  - generated/nl/linux/dpll.rb
57
+ - generated/nl/linux/drm_ras.rb
57
58
  - generated/nl/linux/ethtool.rb
58
59
  - generated/nl/linux/fou.rb
59
60
  - generated/nl/linux/handshake.rb
@@ -68,6 +69,7 @@ files:
68
69
  - generated/nl/linux/ovpn.rb
69
70
  - generated/nl/linux/ovs_datapath.rb
70
71
  - generated/nl/linux/ovs_flow.rb
72
+ - generated/nl/linux/ovs_packet.rb
71
73
  - generated/nl/linux/ovs_vport.rb
72
74
  - generated/nl/linux/psp.rb
73
75
  - generated/nl/linux/rt_addr.rb
@@ -75,6 +77,7 @@ files:
75
77
  - generated/nl/linux/rt_neigh.rb
76
78
  - generated/nl/linux/rt_route.rb
77
79
  - generated/nl/linux/rt_rule.rb
80
+ - generated/nl/linux/sunrpc_cache.rb
78
81
  - generated/nl/linux/tc.rb
79
82
  - generated/nl/linux/tcp_metrics.rb
80
83
  - generated/nl/linux/team.rb
@@ -89,6 +92,7 @@ files:
89
92
  - linux/dev-energymodel.yaml
90
93
  - linux/devlink.yaml
91
94
  - linux/dpll.yaml
95
+ - linux/drm_ras.yaml
92
96
  - linux/ethtool.yaml
93
97
  - linux/fou.yaml
94
98
  - linux/handshake.yaml
@@ -103,6 +107,7 @@ files:
103
107
  - linux/ovpn.yaml
104
108
  - linux/ovs_datapath.yaml
105
109
  - linux/ovs_flow.yaml
110
+ - linux/ovs_packet.yaml
106
111
  - linux/ovs_vport.yaml
107
112
  - linux/psp.yaml
108
113
  - linux/rt-addr.yaml
@@ -110,6 +115,7 @@ files:
110
115
  - linux/rt-neigh.yaml
111
116
  - linux/rt-route.yaml
112
117
  - linux/rt-rule.yaml
118
+ - linux/sunrpc_cache.yaml
113
119
  - linux/tc.yaml
114
120
  - linux/tcp_metrics.yaml
115
121
  - linux/team.yaml
@@ -119,7 +125,7 @@ licenses:
119
125
  - "(GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause"
120
126
  metadata:
121
127
  homepage_uri: https://github.com/hanazuki/nl
122
- source_code_uri: https://github.com/hanazuki/nl/tree/v0.2.3
128
+ source_code_uri: https://github.com/hanazuki/nl/tree/v0.2.4
123
129
  changelog_uri: https://github.com/hanazuki/nl/blob/master/CHANGELOG.md
124
130
  rdoc_options: []
125
131
  require_paths: