trema 0.3.2 → 0.3.3

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/locale/yard.pot DELETED
@@ -1,3740 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: PACKAGE VERSION\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2011-11-20 22:17+0900\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=CHARSET\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
-
20
- #: ../README.md:1
21
- msgid "Welcome to Trema\n"
22
- "================"
23
- msgstr ""
24
-
25
- #: ../README.md:4
26
- msgid "Trema is a OpenFlow controller framework that includes everything\n"
27
- "needed to create OpenFlow controllers in Ruby and C."
28
- msgstr ""
29
-
30
- #: ../README.md:7
31
- msgid "This distribution includes all the source code of Trema you need to\n"
32
- "develop your own OpenFlow controllers. The source tree includes basic\n"
33
- "libraries and functional modules that work as an interface to OpenFlow\n"
34
- "switches."
35
- msgstr ""
36
-
37
- #: ../README.md:12
38
- msgid "Several sample applications developed on top of Trema are also\n"
39
- "provided, so you can run them as a sample of OpenFlow\n"
40
- "controllers. Additionally, a simple but powerful framework that\n"
41
- "emulates an OpenFlow-based network and end-hosts is provided for\n"
42
- "testing your own controllers. For debugging, a wireshark plug-in to\n"
43
- "diagnose internal data-flows among functional modules is provided."
44
- msgstr ""
45
-
46
- #: ../README.md:20
47
- msgid "Getting Started\n"
48
- "---------------"
49
- msgstr ""
50
-
51
- #: ../README.md:23
52
- msgid "1.Install the prerequisites at the command prompt:"
53
- msgstr ""
54
-
55
- #: ../README.md:25
56
- msgid " $ sudo apt-get install gcc make ruby rubygems ruby-dev irb file libpcap-dev libsqlite3-dev"
57
- msgstr ""
58
-
59
- #: ../README.md:27
60
- msgid "2.Install Trema at the command prompt:"
61
- msgstr ""
62
-
63
- #: ../README.md:29
64
- msgid " $ sudo gem install trema"
65
- msgstr ""
66
-
67
- #: ../README.md:31
68
- msgid "3.Follow the guidelines to start developing your OpenFlow controller. You may find the following resources handy:"
69
- msgstr ""
70
-
71
- #: ../README.md:33
72
- msgid "* The [Getting Started with Trema](https://github.com/trema/trema/wiki/Quick-start).\n"
73
- "* The [Trema in 10 Minutes Tutorial](http://trema-10min.heroku.com/).\n"
74
- "* The [Trema Tutorial](http://trema-tutorial.heroku.com/).\n"
75
- "* The [Trema Ruby API documents](http://rubydoc.info/github/trema/trema/master/frames).\n"
76
- "* The [Programming Trema Article (in Japanese)](http://gihyo.jp/dev/serial/01/openflow_sd/0007)."
77
- msgstr ""
78
-
79
- #: ../README.md:40
80
- msgid "Meta\n"
81
- "----"
82
- msgstr ""
83
-
84
- #: ../README.md:43
85
- msgid "* Web Page: http://trema.github.com/trema/\n"
86
- "* Bugs: https://github.com/trema/trema/issues\n"
87
- "* Mailing List: https://groups.google.com/group/trema-dev\n"
88
- "* Twitter: http://twitter.com/trema_news"
89
- msgstr ""
90
-
91
- #: ../README.md:49
92
- msgid "Supported Platforms\n"
93
- "-------------------"
94
- msgstr ""
95
-
96
- #: ../README.md:52
97
- msgid "Trema has been tested ONLY on the following environments:"
98
- msgstr ""
99
-
100
- #: ../README.md:54
101
- msgid "* Ubuntu 11.10, 11.04, 10.10, and 10.04 (i386/amd64, Desktop Edition)\n"
102
- "* Debian GNU/Linux 6.0 (i386/amd64)"
103
- msgstr ""
104
-
105
- #: ../README.md:57
106
- msgid "It may also run on other GNU/Linux distributions but is not tested and\n"
107
- "NOT SUPPORTED at this moment."
108
- msgstr ""
109
-
110
- #: ../README.md:61
111
- msgid "Contributors\n"
112
- "------------"
113
- msgstr ""
114
-
115
- #: ../README.md:64
116
- msgid "Special thanks to all contributors for submitting patches. A full list of contributors including their patches can be found at:"
117
- msgstr ""
118
-
119
- #: ../README.md:66
120
- msgid "https://github.com/trema/trema/contributors"
121
- msgstr ""
122
-
123
- #: ../README.md:69
124
- msgid "Project Status\n"
125
- "--------------"
126
- msgstr ""
127
-
128
- #: ../README.md:72
129
- msgid "* Build Status [![Build Status](https://secure.travis-ci.org/trema/trema.png?branch=develop)](http://travis-ci.org/trema/trema)\n"
130
- "* Dependency Status [![Dependency Status](https://gemnasium.com/trema/trema.png)](https://gemnasium.com/trema/trema)"
131
- msgstr ""
132
-
133
- #: ../README.md:76
134
- msgid "License\n"
135
- "-------"
136
- msgstr ""
137
-
138
- #: ../README.md:79
139
- msgid "Trema is released under the GNU General Public License version 2.0:"
140
- msgstr ""
141
-
142
- #: ../README.md:81
143
- msgid "* http://www.gnu.org/licenses/gpl-2.0.html"
144
- msgstr ""
145
-
146
- # Trema::ActionEnqueue#initialize
147
- #: ../ruby/trema/action-enqueue.c:30
148
- msgid "Enqueues the packet on the specified queue attached to a port. When a queue\n"
149
- "is configured the user can associate a flow with this action to forward a\n"
150
- "packet through the specific queue in that port."
151
- msgstr ""
152
-
153
- # @overload
154
- #: ../ruby/trema/set-config.c:72
155
- #: ../ruby/trema/match.c:447
156
- #: ../ruby/trema/stats-reply.c:69
157
- #: ../ruby/trema/queue-get-config-request.c:66
158
- #: ../ruby/trema/action-set-vlan-pcp.c:53
159
- #: ../ruby/trema/barrier-reply.c:43
160
- #: ../ruby/trema/flow-removed.c:94
161
- #: ../ruby/trema/port-mod.c:80
162
- #: ../ruby/trema/echo-request.c:73
163
- #: ../ruby/trema/action-enqueue.c:56
164
- #: ../ruby/trema/action-output.c:60
165
- #: ../ruby/trema/ip.rb:52
166
- #: ../ruby/trema/port.c:80
167
- #: ../ruby/trema/mac.rb:56
168
- #: ../ruby/trema/hello.c:63
169
- #: ../ruby/trema/action-vendor.c:49
170
- #: ../ruby/trema/action-set-nw-dst.c:50
171
- #: ../ruby/trema/openflow-error.c:67
172
- #: ../ruby/trema/action-set-dl-src.c:52
173
- #: ../ruby/trema/port-stats-reply.rb:100
174
- #: ../ruby/trema/queue-get-config-reply.c:61
175
- #: ../ruby/trema/action-set-nw-tos.c:50
176
- #: ../ruby/trema/flow-stats-reply.rb:98
177
- #: ../ruby/trema/action-set-dl-dst.c:52
178
- #: ../ruby/trema/aggregate-stats-reply.rb:59
179
- #: ../ruby/trema/packet-queue.rb:82
180
- #: ../ruby/trema/action-strip-vlan.c:36
181
- #: ../ruby/trema/action-set-tp-src.c:50
182
- #: ../ruby/trema/features-reply.c:74
183
- #: ../ruby/trema/features-request.c:63
184
- #: ../ruby/trema/queue-stats-reply.rb:67
185
- #: ../ruby/trema/vendor.c:67
186
- #: ../ruby/trema/get-config-request.c:57
187
- #: ../ruby/trema/action-set-tp-dst.c:49
188
- #: ../ruby/trema/table-stats-reply.rb:76
189
- #: ../ruby/trema/error.c:72
190
- #: ../ruby/trema/stats-helper.rb:38
191
- #: ../ruby/trema/desc-stats-reply.rb:63
192
- #: ../ruby/trema/barrier-request.c:58
193
- #: ../ruby/trema/port-status.c:59
194
- #: ../ruby/trema/echo-reply.c:76
195
- #: ../ruby/trema/get-config-reply.c:64
196
- #: ../ruby/trema/action-set-nw-src.c:51
197
- #: ../ruby/trema/action-set-vlan-vid.c:51
198
- #: ../ruby/trema/vendor-stats-reply.rb:51
199
- msgid "tag|overload|initialize"
200
- msgstr ""
201
-
202
- # Trema::QueueGetConfigRequest#port
203
- # Trema::ActionEnqueue#port
204
- # Trema::QueueGetConfigReply#port
205
- #: ../ruby/trema/queue-get-config-request.c:113
206
- #: ../ruby/trema/action-enqueue.c:91
207
- #: ../ruby/trema/queue-get-config-reply.c:91
208
- msgid "The port the queue is attached to."
209
- msgstr ""
210
-
211
- # @return [Number]
212
- #: ../ruby/trema/queue-get-config-request.c:117
213
- #: ../ruby/trema/action-enqueue.c:95
214
- #: ../ruby/trema/action-output.c:103
215
- #: ../ruby/trema/queue-get-config-reply.c:95
216
- msgid "the value of port."
217
- msgstr ""
218
-
219
- # Trema::ActionEnqueue#queue_id
220
- #: ../ruby/trema/action-enqueue.c:102
221
- msgid "The configured queue."
222
- msgstr ""
223
-
224
- # @return [Number]
225
- #: ../ruby/trema/action-enqueue.c:106
226
- msgid "the value of queue_id."
227
- msgstr ""
228
-
229
- # Trema::ActionEnqueue#append
230
- #: ../ruby/trema/action-enqueue.c:112
231
- msgid "Appends its action(enqueue) to the list of actions."
232
- msgstr ""
233
-
234
- # @return [ActionSetVlanPcp]
235
- # @return [ActionEnqueue]
236
- # @return [ActionOutput]
237
- # @return [ActionVendor]
238
- # @return [ActionSetNwDst]
239
- # @return [ActionSetDlSrc]
240
- # @return [ActionSetNwTos]
241
- # @return [ActionSetDlDst]
242
- # @return [ActionStripVlan]
243
- # @return [ActionSetTpSrc]
244
- # @return [ActionSetTpDst]
245
- # @return [ActionSetNwSrc]
246
- # @return [ActionSetVlanVid]
247
- #: ../ruby/trema/action-set-vlan-pcp.c:91
248
- #: ../ruby/trema/action-enqueue.c:116
249
- #: ../ruby/trema/action-output.c:126
250
- #: ../ruby/trema/action-vendor.c:83
251
- #: ../ruby/trema/action-set-nw-dst.c:87
252
- #: ../ruby/trema/action-set-dl-src.c:89
253
- #: ../ruby/trema/action-set-nw-tos.c:87
254
- #: ../ruby/trema/action-set-dl-dst.c:89
255
- #: ../ruby/trema/action-strip-vlan.c:47
256
- #: ../ruby/trema/action-set-tp-src.c:87
257
- #: ../ruby/trema/action-set-tp-dst.c:86
258
- #: ../ruby/trema/action-set-nw-src.c:88
259
- #: ../ruby/trema/action-set-vlan-vid.c:89
260
- msgid "self"
261
- msgstr ""
262
-
263
- # Trema::ActionSetVlanPcp#inspect
264
- # Trema::ActionEnqueue#inspect
265
- # Trema::ActionOutput#inspect
266
- # Trema::ActionVendor#inspect
267
- # Trema::ActionSetNwDst#inspect
268
- # Trema::ActionSetDlSrc#inspect
269
- # Trema::ActionSetNwTos#inspect
270
- # Trema::ActionSetDlDst#inspect
271
- # Trema::ActionStripVlan#inspect
272
- # Trema::ActionSetTpSrc#inspect
273
- # Trema::ActionSetTpDst#inspect
274
- # Trema::ActionSetNwSrc#inspect
275
- # Trema::ActionSetVlanVid#inspect
276
- #: ../ruby/trema/action-set-vlan-pcp.c:102
277
- #: ../ruby/trema/action-enqueue.c:129
278
- #: ../ruby/trema/action-output.c:143
279
- #: ../ruby/trema/action-vendor.c:98
280
- #: ../ruby/trema/action-set-nw-dst.c:97
281
- #: ../ruby/trema/action-set-dl-src.c:103
282
- #: ../ruby/trema/action-set-nw-tos.c:98
283
- #: ../ruby/trema/action-set-dl-dst.c:103
284
- #: ../ruby/trema/action-strip-vlan.c:57
285
- #: ../ruby/trema/action-set-tp-src.c:98
286
- #: ../ruby/trema/action-set-tp-dst.c:96
287
- #: ../ruby/trema/action-set-nw-src.c:101
288
- #: ../ruby/trema/action-set-vlan-vid.c:99
289
- msgid "A text representation of its attributes."
290
- msgstr ""
291
-
292
- # Trema::ActionOutput#initialize
293
- #: ../ruby/trema/action-output.c:30
294
- msgid "An action to output a packet to a port."
295
- msgstr ""
296
-
297
- # Trema::ActionOutput#port
298
- #: ../ruby/trema/action-output.c:99
299
- msgid "The index into switch's physical port list."
300
- msgstr ""
301
-
302
- # Trema::ActionOutput#max_len
303
- #: ../ruby/trema/action-output.c:110
304
- msgid "The maximum number of bytes from a packet to send to controller when port\n"
305
- "is set to +OFPP_CONTROLLER+."
306
- msgstr ""
307
-
308
- # @return [Number]
309
- #: ../ruby/trema/action-output.c:115
310
- msgid "the value of max_len."
311
- msgstr ""
312
-
313
- # Trema::ActionOutput#append
314
- #: ../ruby/trema/action-output.c:122
315
- msgid "Appends its action(output to port) to the list of actions."
316
- msgstr ""
317
-
318
- # Trema::ActionSetDlDst#initialize
319
- #: ../ruby/trema/action-set-dl-dst.c:31
320
- msgid "An action to modify the destination Ethernet address of a packet."
321
- msgstr ""
322
-
323
- # Trema::ActionSetDlDst#dl_dst
324
- #: ../ruby/trema/action-set-dl-dst.c:74
325
- msgid "A destination Ethernet address encapsulated as a {Mac} object."
326
- msgstr ""
327
-
328
- # @return [Mac]
329
- #: ../ruby/trema/match.c:256
330
- #: ../ruby/trema/action-set-dl-dst.c:78
331
- msgid "the value of dl_dst."
332
- msgstr ""
333
-
334
- # Trema::ActionSetDlDst#append
335
- #: ../ruby/trema/action-set-dl-dst.c:85
336
- msgid "Appends its action(set_dl_dst) to the list of actions."
337
- msgstr ""
338
-
339
- # Trema::ActionSetDlSrc#initialize
340
- #: ../ruby/trema/action-set-dl-src.c:31
341
- msgid "An action to modify the source Ethernet address of a packet."
342
- msgstr ""
343
-
344
- # Trema::ActionSetDlSrc#dl_src
345
- #: ../ruby/trema/action-set-dl-src.c:74
346
- msgid "A source Ethernet address encapsulated as a {Mac} object."
347
- msgstr ""
348
-
349
- # @return [Mac]
350
- #: ../ruby/trema/match.c:247
351
- #: ../ruby/trema/action-set-dl-src.c:78
352
- msgid "the value of dl_src."
353
- msgstr ""
354
-
355
- # Trema::ActionSetDlSrc#append
356
- #: ../ruby/trema/action-set-dl-src.c:85
357
- msgid "Appends its action(set_dl_src) to the list of actions."
358
- msgstr ""
359
-
360
- # Trema::ActionSetNwDst#initialize
361
- #: ../ruby/trema/action-set-nw-dst.c:31
362
- msgid "An action to modify the IPv4 destination address of a packet."
363
- msgstr ""
364
-
365
- # Trema::ActionSetNwDst#nw_dst
366
- #: ../ruby/trema/action-set-nw-dst.c:72
367
- msgid "The destination IPv4 address as an {IP} object."
368
- msgstr ""
369
-
370
- # @return [IP]
371
- #: ../ruby/trema/match.c:342
372
- #: ../ruby/trema/action-set-nw-dst.c:76
373
- msgid "the value of nw_dst."
374
- msgstr ""
375
-
376
- # Trema::ActionSetNwDst#append
377
- #: ../ruby/trema/action-set-nw-dst.c:83
378
- msgid "Appends its action(nw_dst) to the list of actions."
379
- msgstr ""
380
-
381
- # Trema::ActionSetNwDst#to_i
382
- #: ../ruby/trema/action-set-nw-dst.c:108
383
- msgid "The numeric representation of IPv4 destination address."
384
- msgstr ""
385
-
386
- # @return [Number]
387
- #: ../ruby/trema/action-set-nw-dst.c:112
388
- msgid "the value of IPv4 destination address converted to an integer."
389
- msgstr ""
390
-
391
- # Trema::ActionSetNwSrc#initialize
392
- #: ../ruby/trema/action-set-nw-src.c:31
393
- msgid "An action to modify the IPv4 source address of a packet."
394
- msgstr ""
395
-
396
- # Trema::ActionSetNwSrc#nw_src
397
- #: ../ruby/trema/action-set-nw-src.c:73
398
- msgid "The source IPv4 address as an {IP} object."
399
- msgstr ""
400
-
401
- # @return [IP]
402
- #: ../ruby/trema/match.c:331
403
- #: ../ruby/trema/action-set-nw-src.c:77
404
- msgid "the value of nw_src."
405
- msgstr ""
406
-
407
- # Trema::ActionSetNwSrc#append
408
- #: ../ruby/trema/action-set-nw-src.c:84
409
- msgid "Appends its action(set_nw_src) to the list of actions."
410
- msgstr ""
411
-
412
- # Trema::ActionSetNwSrc#to_i
413
- #: ../ruby/trema/action-set-nw-src.c:113
414
- msgid "The numeric representation of IPv4 source address."
415
- msgstr ""
416
-
417
- # @return [Number]
418
- #: ../ruby/trema/action-set-nw-src.c:117
419
- msgid "the value of IPv4 source address converted to an integer."
420
- msgstr ""
421
-
422
- # Trema::ActionSetNwTos#initialize
423
- #: ../ruby/trema/action-set-nw-tos.c:30
424
- msgid "An action to modify the IP ToS/DSCP field of a packet."
425
- msgstr ""
426
-
427
- # Trema::ActionSetNwTos#nw_tos
428
- #: ../ruby/trema/action-set-nw-tos.c:72
429
- msgid "The ToS/DSCP value to set to."
430
- msgstr ""
431
-
432
- # @return [Number]
433
- #: ../ruby/trema/match.c:292
434
- #: ../ruby/trema/action-set-nw-tos.c:76
435
- msgid "the value of nw_tos."
436
- msgstr ""
437
-
438
- # Trema::ActionSetNwTos#append
439
- #: ../ruby/trema/action-set-nw-tos.c:83
440
- msgid "Appends its action(nw_tos) to the list of actions."
441
- msgstr ""
442
-
443
- # Trema::ActionSetTpDst#initialize
444
- #: ../ruby/trema/action-set-tp-dst.c:30
445
- msgid "An action to modify the destination TCP or UDP port of a packet."
446
- msgstr ""
447
-
448
- # Trema::ActionSetTpDst#tp_dst
449
- #: ../ruby/trema/action-set-tp-dst.c:71
450
- msgid "The destination TCP or UDP port number."
451
- msgstr ""
452
-
453
- # @return [Number]
454
- #: ../ruby/trema/match.c:360
455
- #: ../ruby/trema/action-set-tp-dst.c:75
456
- msgid "the value of tp_dst."
457
- msgstr ""
458
-
459
- # Trema::ActionSetTpDst#append
460
- #: ../ruby/trema/action-set-tp-dst.c:82
461
- msgid "Appends its actions(tp_dst) to the list of actions."
462
- msgstr ""
463
-
464
- # Trema::ActionSetTpSrc#initialize
465
- #: ../ruby/trema/action-set-tp-src.c:30
466
- msgid "An action to modify the source TCP or UDP port of a packet."
467
- msgstr ""
468
-
469
- # Trema::ActionSetTpSrc#tp_src
470
- #: ../ruby/trema/action-set-tp-src.c:72
471
- msgid "The source TCP or UDP port number."
472
- msgstr ""
473
-
474
- # @return [Number]
475
- #: ../ruby/trema/match.c:351
476
- #: ../ruby/trema/action-set-tp-src.c:76
477
- msgid "the value of tp_src."
478
- msgstr ""
479
-
480
- # Trema::ActionSetTpSrc#append
481
- #: ../ruby/trema/action-set-tp-src.c:83
482
- msgid "Appends its action(tp_src) to the list of actions."
483
- msgstr ""
484
-
485
- # Trema::ActionSetVlanPcp#initialize
486
- #: ../ruby/trema/action-set-vlan-pcp.c:31
487
- msgid "An action to modify the VLAN priority of a packet. Valid values are between\n"
488
- "(0) lowest and (7) highest. Priority bits can be used to prioritize different\n"
489
- "classes of traffic."
490
- msgstr ""
491
-
492
- # Trema::ActionSetVlanPcp#vlan_pcp
493
- #: ../ruby/trema/action-set-vlan-pcp.c:76
494
- msgid "The VLAN priority value."
495
- msgstr ""
496
-
497
- # @return [Number]
498
- #: ../ruby/trema/action-set-vlan-pcp.c:80
499
- msgid "the value of vlan_pcp."
500
- msgstr ""
501
-
502
- # Trema::ActionSetVlanPcp#append
503
- #: ../ruby/trema/action-set-vlan-pcp.c:87
504
- msgid "Appends its action(vlan_pcp) to the list of actions."
505
- msgstr ""
506
-
507
- # Trema::ActionSetVlanVid#initialize
508
- #: ../ruby/trema/action-set-vlan-vid.c:30
509
- msgid "An action to modify the VLAN id of a packet. The VLAN id is 16-bits long but\n"
510
- "the actual VID(VLAN Identifier) of the IEEE 802.1Q frame is 12-bits."
511
- msgstr ""
512
-
513
- # Trema::ActionSetVlanVid#vlan_vid
514
- #: ../ruby/trema/action-set-vlan-vid.c:74
515
- msgid "The VLAN id value."
516
- msgstr ""
517
-
518
- # @return [Number]
519
- #: ../ruby/trema/action-set-vlan-vid.c:78
520
- msgid "the value of vlan_vid."
521
- msgstr ""
522
-
523
- # Trema::ActionSetVlanVid#append
524
- #: ../ruby/trema/action-set-vlan-vid.c:85
525
- msgid "Appends its action(vlan_vid) to the list of actions."
526
- msgstr ""
527
-
528
- # Trema::ActionStripVlan#initialize
529
- #: ../ruby/trema/action-strip-vlan.c:30
530
- msgid "Strips the VLAN tag of a packet."
531
- msgstr ""
532
-
533
- # @return [ActionStripVlan]
534
- #: ../ruby/trema/action-strip-vlan.c:36
535
- msgid "an object that encapsulates this action."
536
- msgstr ""
537
-
538
- # Trema::ActionStripVlan#append
539
- #: ../ruby/trema/action-strip-vlan.c:43
540
- msgid "Appends its action(strip VLAN tag) to the list of actions."
541
- msgstr ""
542
-
543
- # Trema::ActionVendor#initialize
544
- #: ../ruby/trema/action-vendor.c:30
545
- msgid "An action to set vendor specific extensions."
546
- msgstr ""
547
-
548
- # Trema::ActionVendor#vendor
549
- #: ../ruby/trema/action-vendor.c:68
550
- msgid "The vendor id of this action."
551
- msgstr ""
552
-
553
- # @return [Number]
554
- #: ../ruby/trema/action-vendor.c:72
555
- msgid "the value of vendor."
556
- msgstr ""
557
-
558
- # Trema::ActionVendor#append
559
- #: ../ruby/trema/action-vendor.c:79
560
- msgid "Appends its action(vendor) to the list of actions."
561
- msgstr ""
562
-
563
- # Trema::AggregateStatsReply#initialize
564
- #: ../ruby/trema/aggregate-stats-reply.rb:31
565
- msgid "Aggregate counters for flows.\n"
566
- "A user would not explicitly instantiate a {AggregateStatsReply} object but\n"
567
- "would be created as a result of parsing the +OFPT_STATS_REPLY(OFPST_AGGREGATE)\n"
568
- "message."
569
- msgstr ""
570
-
571
- # @return [AggregateStatsReply]
572
- #: ../ruby/trema/aggregate-stats-reply.rb:59
573
- msgid "a new instance of AggregateStatsReply"
574
- msgstr ""
575
-
576
- # Trema::App
577
- #: ../ruby/trema/app.rb:27
578
- msgid "Trema applications"
579
- msgstr ""
580
-
581
- # Trema::App#stanza
582
- #: ../ruby/trema/app.rb:34
583
- msgid "Returns the value of attribute stanza"
584
- msgstr ""
585
-
586
- # Trema::App#initialize
587
- #: ../ruby/trema/app.rb:40
588
- msgid "Creates a new Trema application from {Trema::DSL::App}"
589
- msgstr ""
590
-
591
- # @api
592
- #: ../ruby/trema/app.rb:49
593
- #: ../ruby/trema/app.rb:73
594
- #: ../ruby/trema/app.rb:88
595
- #: ../ruby/trema/dsl/vhost.rb:41
596
- #: ../ruby/trema/dsl/vhost.rb:63
597
- #: ../ruby/trema/dsl/vhost.rb:81
598
- #: ../ruby/trema/dsl/vhost.rb:96
599
- #: ../ruby/trema/host.rb:41
600
- #: ../ruby/trema/host.rb:54
601
- #: ../ruby/trema/host.rb:73
602
- #: ../ruby/trema/host.rb:88
603
- #: ../ruby/trema/host.rb:109
604
- #: ../ruby/trema/host.rb:129
605
- #: ../ruby/trema/host.rb:149
606
- #: ../ruby/trema/host.rb:167
607
- #: ../ruby/trema/host.rb:182
608
- #: ../ruby/trema/host.rb:199
609
- #: ../ruby/trema/host.rb:231
610
- #: ../ruby/trema/host.rb:246
611
- #: ../ruby/trema/network-component.rb:42
612
- #: ../ruby/trema/network-component.rb:62
613
- #: ../ruby/trema/network-component.rb:85
614
- #: ../ruby/trema/network-component.rb:107
615
- #: ../ruby/trema/network-component.rb:122
616
- #: ../ruby/trema/network-component.rb:142
617
- #: ../ruby/trema/packetin-filter.rb:40
618
- #: ../ruby/trema/packetin-filter.rb:57
619
- #: ../ruby/trema/packetin-filter.rb:72
620
- msgid "public"
621
- msgstr ""
622
-
623
- # @example
624
- #: ../ruby/trema/app.rb:49
625
- msgid "app = Trema::App.new( stanza )"
626
- msgstr ""
627
-
628
- # Trema::App#name
629
- #: ../ruby/trema/app.rb:64
630
- msgid "Returns the name of application"
631
- msgstr ""
632
-
633
- # @example
634
- #: ../ruby/trema/app.rb:73
635
- msgid "app.name #=> \"Trema Tetris\""
636
- msgstr ""
637
-
638
- # Trema::App#daemonize!
639
- #: ../ruby/trema/app.rb:79
640
- msgid "Runs as a daemon"
641
- msgstr ""
642
-
643
- # @example
644
- #: ../ruby/trema/app.rb:88
645
- msgid "app.daemonize! #=> self"
646
- msgstr ""
647
-
648
- # Trema::App#command
649
- #: ../ruby/trema/app.rb:95
650
- msgid "Returns application's command to execute"
651
- msgstr ""
652
-
653
- # @api
654
- #: ../ruby/trema/app.rb:101
655
- #: ../ruby/trema/packetin-filter.rb:89
656
- #: ../ruby/trema/packetin-filter.rb:103
657
- #: ../ruby/trema/packetin-filter.rb:115
658
- msgid "private"
659
- msgstr ""
660
-
661
- # Trema::BarrierReply#initialize
662
- #: ../ruby/trema/barrier-reply.c:30
663
- msgid "A new instance of {BarrierReply} constructed when +OFPT_BARRIER_REPLY+\n"
664
- "message received."
665
- msgstr ""
666
-
667
- # @param [Number] transaction_id
668
- #: ../ruby/trema/barrier-reply.c:43
669
- msgid "value copied from the +OFPT_BARRIER_REQUEST+ message."
670
- msgstr ""
671
-
672
- # @return [BarrierReply]
673
- #: ../ruby/trema/barrier-reply.c:43
674
- msgid "self an object that encapsulates the +OFPT_BARRIER_REPLY+ message."
675
- msgstr ""
676
-
677
- # @param [Number]
678
- #: ../ruby/trema/barrier-reply.c:43
679
- msgid "tag|param|datapath_id"
680
- msgstr ""
681
-
682
- # @param [Number] datapath_id
683
- #: ../ruby/trema/barrier-reply.c:43
684
- msgid "a unique name that identifies an OpenVSwitch, the message originator."
685
- msgstr ""
686
-
687
- # @param [Number]
688
- #: ../ruby/trema/barrier-reply.c:43
689
- msgid "tag|param|transaction_id"
690
- msgstr ""
691
-
692
- # Trema::PacketIn#datapath_id
693
- # Trema::StatsReply#datapath_id
694
- # Trema::BarrierReply#datapath_id
695
- # Trema::FlowRemoved#datapath_id
696
- # Trema::OpenflowError#datapath_id
697
- # Trema::QueueGetConfigReply#datapath_id
698
- # Trema::FeaturesReply#datapath_id
699
- # Trema::PortStatus#datapath_id
700
- # Trema::GetConfigReply#datapath_id
701
- #: ../ruby/trema/packet-in.c:75
702
- #: ../ruby/trema/stats-reply.c:77
703
- #: ../ruby/trema/barrier-reply.c:52
704
- #: ../ruby/trema/flow-removed.c:102
705
- #: ../ruby/trema/openflow-error.c:75
706
- #: ../ruby/trema/queue-get-config-reply.c:69
707
- #: ../ruby/trema/features-reply.c:129
708
- #: ../ruby/trema/port-status.c:80
709
- #: ../ruby/trema/get-config-reply.c:72
710
- msgid "Message originator identifier."
711
- msgstr ""
712
-
713
- # @return [Number]
714
- #: ../ruby/trema/packet-in.c:79
715
- #: ../ruby/trema/stats-reply.c:81
716
- #: ../ruby/trema/barrier-reply.c:56
717
- #: ../ruby/trema/flow-removed.c:106
718
- #: ../ruby/trema/openflow-error.c:79
719
- #: ../ruby/trema/queue-get-config-reply.c:73
720
- #: ../ruby/trema/port-status.c:84
721
- #: ../ruby/trema/get-config-reply.c:76
722
- msgid "the value of datapath_id."
723
- msgstr ""
724
-
725
- # Trema::SetConfig#transaction_id
726
- # Trema::StatsReply#transaction_id
727
- # Trema::QueueGetConfigRequest#transaction_id
728
- # Trema::BarrierReply#transaction_id
729
- # Trema::PortMod#transaction_id
730
- # Trema::Hello#transaction_id
731
- # Trema::QueueGetConfigReply#transaction_id
732
- # Trema::FeaturesReply#transaction_id
733
- # Trema::Vendor#transaction_id
734
- # Trema::GetConfigRequest#transaction_id
735
- # Trema::Error#transaction_id
736
- # Trema::BarrierRequest#transaction_id
737
- # Trema::GetConfigReply#transaction_id
738
- #: ../ruby/trema/set-config.c:108
739
- #: ../ruby/trema/stats-reply.c:88
740
- #: ../ruby/trema/queue-get-config-request.c:99
741
- #: ../ruby/trema/barrier-reply.c:63
742
- #: ../ruby/trema/port-mod.c:141
743
- #: ../ruby/trema/hello.c:109
744
- #: ../ruby/trema/queue-get-config-reply.c:80
745
- #: ../ruby/trema/features-reply.c:140
746
- #: ../ruby/trema/vendor.c:129
747
- #: ../ruby/trema/get-config-request.c:80
748
- #: ../ruby/trema/error.c:141
749
- #: ../ruby/trema/barrier-request.c:81
750
- #: ../ruby/trema/get-config-reply.c:83
751
- msgid "Transaction ids, message sequence numbers matching requests to replies."
752
- msgstr ""
753
-
754
- # @return [Number]
755
- #: ../ruby/trema/barrier-reply.c:67
756
- #: ../ruby/trema/hello.c:113
757
- #: ../ruby/trema/features-request.c:114
758
- msgid "the value of transaction ID."
759
- msgstr ""
760
-
761
- # Trema::BarrierRequest#initialize
762
- #: ../ruby/trema/barrier-request.c:37
763
- msgid "A barrier request message could be sent to ensure that an operation\n"
764
- "completed successfully signaled with the reception of a barrier reply message."
765
- msgstr ""
766
-
767
- # @return [Number]
768
- #: ../ruby/trema/set-config.c:112
769
- #: ../ruby/trema/queue-get-config-request.c:103
770
- #: ../ruby/trema/echo-request.c:85
771
- #: ../ruby/trema/queue-get-config-reply.c:84
772
- #: ../ruby/trema/features-reply.c:144
773
- #: ../ruby/trema/vendor.c:133
774
- #: ../ruby/trema/get-config-request.c:84
775
- #: ../ruby/trema/error.c:145
776
- #: ../ruby/trema/barrier-request.c:85
777
- #: ../ruby/trema/echo-reply.c:88
778
- #: ../ruby/trema/get-config-reply.c:87
779
- msgid "the value of transaction id."
780
- msgstr ""
781
-
782
- # Trema::Stats#ip_dst
783
- #: ../ruby/trema/cli.rb:33
784
- msgid "Returns the value of attribute ip_dst"
785
- msgstr ""
786
-
787
- # Trema::Stats#tp_dst
788
- #: ../ruby/trema/cli.rb:34
789
- msgid "Returns the value of attribute tp_dst"
790
- msgstr ""
791
-
792
- # Trema::Stats#ip_src
793
- #: ../ruby/trema/cli.rb:35
794
- msgid "Returns the value of attribute ip_src"
795
- msgstr ""
796
-
797
- # Trema::Stats#tp_src
798
- #: ../ruby/trema/cli.rb:36
799
- msgid "Returns the value of attribute tp_src"
800
- msgstr ""
801
-
802
- # Trema::Stats#n_pkts
803
- #: ../ruby/trema/cli.rb:37
804
- msgid "Returns the value of attribute n_pkts"
805
- msgstr ""
806
-
807
- # Trema::Stats#n_octets
808
- #: ../ruby/trema/cli.rb:38
809
- msgid "Returns the value of attribute n_octets"
810
- msgstr ""
811
-
812
- # @return [Stats]
813
- #: ../ruby/trema/cli.rb:40
814
- msgid "a new instance of Stats"
815
- msgstr ""
816
-
817
- # @return [Cli]
818
- #: ../ruby/trema/cli.rb:63
819
- msgid "a new instance of Cli"
820
- msgstr ""
821
-
822
- # Trema::Controller
823
- #: ../ruby/trema/controller.rb:28
824
- #: ../ruby/trema/controller.c:28
825
- msgid "The base class of Trema controller."
826
- msgstr ""
827
-
828
- # @overload
829
- #: ../ruby/trema/controller.c:68
830
- msgid "tag|overload|send_message"
831
- msgstr ""
832
-
833
- # @overload
834
- #: ../ruby/trema/controller.c:284
835
- msgid "tag|overload|send_flow_mod_add"
836
- msgstr ""
837
-
838
- # @overload
839
- #: ../ruby/trema/controller.c:302
840
- msgid "tag|overload|send_flow_mod_modify"
841
- msgstr ""
842
-
843
- # @overload
844
- #: ../ruby/trema/controller.c:325
845
- msgid "tag|overload|send_flow_mod_delete"
846
- msgstr ""
847
-
848
- # @overload
849
- #: ../ruby/trema/controller.c:378
850
- msgid "tag|overload|send_packet_out"
851
- msgstr ""
852
-
853
- # Trema::Controller#run!
854
- #: ../ruby/trema/controller.c:448
855
- msgid "Starts this controller. Usually you do not need to invoke\n"
856
- "explicitly, because this is called implicitly by \"trema run\"\n"
857
- "command."
858
- msgstr ""
859
-
860
- # @overload
861
- #: ../ruby/trema/controller.c:503
862
- msgid "tag|overload|shutdown!"
863
- msgstr ""
864
-
865
- # Trema::Controller#start_trema
866
- #: ../ruby/trema/controller.c:519
867
- msgid "In the context of trema framework invokes the scheduler to start its applications."
868
- msgstr ""
869
-
870
- # Trema::Controller.inherited
871
- #: ../ruby/trema/controller.rb:36
872
- msgid "Callback invoked whenever a subclass of this class is created.\n"
873
- "This adds the created object to the DB of controllers."
874
- msgstr ""
875
-
876
- # @return [Controller]
877
- #: ../ruby/trema/controller.rb:44
878
- msgid "a new instance of Controller"
879
- msgstr ""
880
-
881
- # Trema::Controller#daemonize!
882
- #: ../ruby/trema/controller.rb:50
883
- msgid "Run as a daemon."
884
- msgstr ""
885
-
886
- # Trema::Controller#name
887
- #: ../ruby/trema/controller.rb:66
888
- msgid "Name of the controller."
889
- msgstr ""
890
-
891
- # Trema::Daemon#shutdown
892
- #: ../ruby/trema/daemon.rb:88
893
- msgid "Kills running daemon process"
894
- msgstr ""
895
-
896
- # @example
897
- #: ../ruby/trema/daemon.rb:95
898
- #: ../ruby/trema/daemon.rb:109
899
- msgid "daemon.shutdown!"
900
- msgstr ""
901
-
902
- # Trema::Daemon#shutdown!
903
- #: ../ruby/trema/daemon.rb:102
904
- msgid "Kills running daemon process. Errors are ignored."
905
- msgstr ""
906
-
907
- # Trema::Daemon#restart!
908
- #: ../ruby/trema/daemon.rb:115
909
- msgid "Restarts running daemon process"
910
- msgstr ""
911
-
912
- # @example
913
- #: ../ruby/trema/daemon.rb:122
914
- msgid "daemon.restart!"
915
- msgstr ""
916
-
917
- # Trema::DescStatsReply#initialize
918
- #: ../ruby/trema/desc-stats-reply.rb:31
919
- msgid "Descriptive information about a vswitch.\n"
920
- "A user would not explicitly instantiate a {DescStatsReply} object but\n"
921
- "would be created as a result of parsing the +OFPT_STATS_REPLY(OFPST_DESC)+\n"
922
- "message."
923
- msgstr ""
924
-
925
- # @return [DescStatsReply]
926
- #: ../ruby/trema/desc-stats-reply.rb:63
927
- msgid "a new instance of DescStatsReply"
928
- msgstr ""
929
-
930
- # Trema::DSL::Configuration
931
- #: ../ruby/trema/dsl/configuration.rb:32
932
- msgid "The current configuration of Trema."
933
- msgstr ""
934
-
935
- # Trema::DSL::Configuration#port=
936
- # Trema::DSL::Configuration#port
937
- #: ../ruby/trema/dsl/configuration.rb:36
938
- msgid "set/get the port number for switch manager to listen to"
939
- msgstr ""
940
-
941
- # @example
942
- #: ../ruby/trema/dsl/configuration.rb:43
943
- msgid "config.port = 5432"
944
- msgstr ""
945
-
946
- # Trema::DSL::Configuration#apps
947
- #: ../ruby/trema/dsl/configuration.rb:46
948
- msgid "the hash of {App}"
949
- msgstr ""
950
-
951
- # @example
952
- #: ../ruby/trema/dsl/configuration.rb:54
953
- msgid "p config.apps\n"
954
- "#=> {\"trema tetris\"=>#<Trema::App:0xb73c9328>, ...}"
955
- msgstr ""
956
-
957
- # Trema::DSL::Configuration#hosts
958
- #: ../ruby/trema/dsl/configuration.rb:57
959
- msgid "the hash of {Host}"
960
- msgstr ""
961
-
962
- # @example
963
- #: ../ruby/trema/dsl/configuration.rb:65
964
- msgid "p config.hosts\n"
965
- "#=> {\"host #0\"=>#<Trema::Host:0xb73c9328>, ...}"
966
- msgstr ""
967
-
968
- # Trema::DSL::Configuration#links
969
- #: ../ruby/trema/dsl/configuration.rb:68
970
- msgid "the hash of {Link}"
971
- msgstr ""
972
-
973
- # @example
974
- #: ../ruby/trema/dsl/configuration.rb:76
975
- msgid "p config.links\n"
976
- "#=> {\"link #0\"=>#<Trema::Link:0xb73c9328>, ...}"
977
- msgstr ""
978
-
979
- # Trema::DSL::Configuration#switches
980
- #: ../ruby/trema/dsl/configuration.rb:79
981
- msgid "the hash of {Switch}"
982
- msgstr ""
983
-
984
- # @example
985
- #: ../ruby/trema/dsl/configuration.rb:87
986
- msgid "p config.switches\n"
987
- "#=> {\"switch #0\"=>#<Trema::OpenflowSwitch:0xb73c9328>, ...}"
988
- msgstr ""
989
-
990
- # Trema::DSL::Configuration#initialize
991
- #: ../ruby/trema/dsl/configuration.rb:91
992
- msgid "Creates a new Trema configuration"
993
- msgstr ""
994
-
995
- # @example
996
- #: ../ruby/trema/dsl/configuration.rb:98
997
- msgid "config = Trema::DSL::Configuration.new"
998
- msgstr ""
999
-
1000
- # Trema::DSL::Configuration#packetin_filter
1001
- #: ../ruby/trema/dsl/configuration.rb:110
1002
- msgid "Returns {PacketinFilter} configuration"
1003
- msgstr ""
1004
-
1005
- # @example
1006
- #: ../ruby/trema/dsl/configuration.rb:117
1007
- msgid "config.packetin_filter => #<Trema::PacketinFilter:0xb73c9328>"
1008
- msgstr ""
1009
-
1010
- # Trema::DSL::Configuration#switch_manager
1011
- #: ../ruby/trema/dsl/configuration.rb:123
1012
- msgid "Returns {SwitchManager} configuration"
1013
- msgstr ""
1014
-
1015
- # @example
1016
- #: ../ruby/trema/dsl/configuration.rb:130
1017
- msgid "config.switch_manager => #<Trema::SwitchManager:0xb73c9328>"
1018
- msgstr ""
1019
-
1020
- # @return [Context]
1021
- #: ../ruby/trema/dsl/context.rb:43
1022
- msgid "a new instance of Context"
1023
- msgstr ""
1024
-
1025
- # Trema::DSL::Context#dump
1026
- #: ../ruby/trema/dsl/context.rb:49
1027
- msgid "Dumps a {Configuration} object to <code>PATH</code>"
1028
- msgstr ""
1029
-
1030
- # @example
1031
- #: ../ruby/trema/dsl/context.rb:56
1032
- msgid "context.dump"
1033
- msgstr ""
1034
-
1035
- # Trema::DSL::Link#peers
1036
- #: ../ruby/trema/dsl/link.rb:27
1037
- msgid "Returns the value of attribute peers"
1038
- msgstr ""
1039
-
1040
- # @return [Link]
1041
- #: ../ruby/trema/dsl/link.rb:29
1042
- msgid "a new instance of Link"
1043
- msgstr ""
1044
-
1045
- # Trema::DSL::Rswitch#path
1046
- #: ../ruby/trema/dsl/rswitch.rb:28
1047
- msgid "Returns the value of attribute path"
1048
- msgstr ""
1049
-
1050
- # @return [Rswitch]
1051
- #: ../ruby/trema/dsl/rswitch.rb:30
1052
- msgid "a new instance of Rswitch"
1053
- msgstr ""
1054
-
1055
- # @return [Runner]
1056
- #: ../ruby/trema/dsl/runner.rb:29
1057
- msgid "a new instance of Runner"
1058
- msgstr ""
1059
-
1060
- # Trema::DSL::Stanza#name
1061
- #: ../ruby/trema/dsl/stanza.rb:27
1062
- msgid "Returns the value of attribute name"
1063
- msgstr ""
1064
-
1065
- # @return [Stanza]
1066
- #: ../ruby/trema/dsl/stanza.rb:29
1067
- msgid "a new instance of Stanza"
1068
- msgstr ""
1069
-
1070
- # @return [Syntax]
1071
- #: ../ruby/trema/dsl/syntax.rb:43
1072
- msgid "a new instance of Syntax"
1073
- msgstr ""
1074
-
1075
- # Trema::DSL::Vhost
1076
- #: ../ruby/trema/dsl/vhost.rb:28
1077
- msgid "The syntax definition of vhost { ... } stanza in Trema DSL."
1078
- msgstr ""
1079
-
1080
- # Trema::DSL::Vhost#promisc
1081
- #: ../ruby/trema/dsl/vhost.rb:32
1082
- msgid "Set promisc mode on/off"
1083
- msgstr ""
1084
-
1085
- # @example
1086
- #: ../ruby/trema/dsl/vhost.rb:41
1087
- msgid "stanza.promisc \"on\""
1088
- msgstr ""
1089
-
1090
- # Trema::DSL::Vhost#ip
1091
- #: ../ruby/trema/dsl/vhost.rb:54
1092
- msgid "Set IP address"
1093
- msgstr ""
1094
-
1095
- # @example
1096
- #: ../ruby/trema/dsl/vhost.rb:63
1097
- msgid "stanza.ip \"192.168.100.1\""
1098
- msgstr ""
1099
-
1100
- # Trema::DSL::Vhost#netmask
1101
- #: ../ruby/trema/dsl/vhost.rb:72
1102
- msgid "Set netmask"
1103
- msgstr ""
1104
-
1105
- # @example
1106
- #: ../ruby/trema/dsl/vhost.rb:81
1107
- msgid "stanza.netmask \"255.255.0.0\""
1108
- msgstr ""
1109
-
1110
- # Trema::DSL::Vhost#mac
1111
- #: ../ruby/trema/dsl/vhost.rb:87
1112
- msgid "Set MAC address"
1113
- msgstr ""
1114
-
1115
- # @example
1116
- #: ../ruby/trema/dsl/vhost.rb:96
1117
- msgid "stanza.mac \"00:00:00:01:00:01\""
1118
- msgstr ""
1119
-
1120
- # @return [Vswitch]
1121
- #: ../ruby/trema/dsl/vswitch.rb:29
1122
- msgid "a new instance of Vswitch"
1123
- msgstr ""
1124
-
1125
- # Trema::EchoReply#initialize
1126
- #: ../ruby/trema/echo-reply.c:40
1127
- msgid "Creates a EchoReply OpenFlow message. This message can be used to\n"
1128
- "measure the bandwidth of a controller/switch connection as well as\n"
1129
- "to verify its liveness."
1130
- msgstr ""
1131
-
1132
- # @raise [ArgumentError]
1133
- #: ../ruby/trema/echo-request.c:73
1134
- #: ../ruby/trema/echo-reply.c:76
1135
- msgid "if user data is not a string."
1136
- msgstr ""
1137
-
1138
- # @raise [TypeError]
1139
- #: ../ruby/trema/echo-request.c:73
1140
- #: ../ruby/trema/echo-reply.c:76
1141
- msgid "if argument is not a hash."
1142
- msgstr ""
1143
-
1144
- # @raise [ArgumentError]
1145
- #: ../ruby/trema/echo-request.c:73
1146
- #: ../ruby/trema/hello.c:63
1147
- #: ../ruby/trema/features-request.c:63
1148
- #: ../ruby/trema/vendor.c:67
1149
- #: ../ruby/trema/echo-reply.c:76
1150
- msgid "if transaction ID is not an unsigned 32-bit integer."
1151
- msgstr ""
1152
-
1153
- # Trema::EchoRequest#transaction_id
1154
- # Trema::FeaturesRequest#transaction_id
1155
- # Trema::EchoReply#transaction_id
1156
- #: ../ruby/trema/echo-request.c:80
1157
- #: ../ruby/trema/features-request.c:109
1158
- #: ../ruby/trema/echo-reply.c:83
1159
- msgid "Transaction ids, message sequence numbers matching requests to\n"
1160
- "replies."
1161
- msgstr ""
1162
-
1163
- # Trema::EchoRequest#user_data
1164
- # Trema::EchoReply#user_data
1165
- #: ../ruby/trema/echo-request.c:92
1166
- #: ../ruby/trema/echo-reply.c:95
1167
- msgid "An arbitrary length user data payload."
1168
- msgstr ""
1169
-
1170
- # @return [nil]
1171
- #: ../ruby/trema/echo-request.c:97
1172
- #: ../ruby/trema/echo-reply.c:100
1173
- msgid "a user data payload is not set."
1174
- msgstr ""
1175
-
1176
- # @return [String]
1177
- #: ../ruby/trema/echo-request.c:97
1178
- #: ../ruby/trema/echo-reply.c:100
1179
- msgid "a user data payload is set."
1180
- msgstr ""
1181
-
1182
- # Trema::EchoRequest#initialize
1183
- #: ../ruby/trema/echo-request.c:37
1184
- msgid "Creates a EchoRequest OpenFlow message. This message can be used to\n"
1185
- "measure the bandwidth of a controller/switch connection as well as\n"
1186
- "to verify its liveness."
1187
- msgstr ""
1188
-
1189
- # Trema::Error#data
1190
- #: ../ruby/trema/error.c:154
1191
- msgid "An optional user data payload field, possibly detailed explanation of the error."
1192
- msgstr ""
1193
-
1194
- # @return [nil]
1195
- #: ../ruby/trema/error.c:159
1196
- msgid "user data payload is not set."
1197
- msgstr ""
1198
-
1199
- # @return [String]
1200
- #: ../ruby/trema/error.c:159
1201
- msgid "user data payload is set."
1202
- msgstr ""
1203
-
1204
- # Trema::Error#error_type
1205
- #: ../ruby/trema/error.c:173
1206
- msgid "Indicates the command or action that failed."
1207
- msgstr ""
1208
-
1209
- # @return [Number]
1210
- #: ../ruby/trema/error.c:177
1211
- msgid "the value of error type."
1212
- msgstr ""
1213
-
1214
- # Trema::Error#code
1215
- #: ../ruby/trema/error.c:185
1216
- msgid "Reason of the failed type error."
1217
- msgstr ""
1218
-
1219
- # @return [Number]
1220
- #: ../ruby/trema/error.c:189
1221
- msgid "the value of error code."
1222
- msgstr ""
1223
-
1224
- # Trema::Executables
1225
- #: ../ruby/trema/executables.rb:27
1226
- msgid "Holds the list of executalbes found in {Trema.objects} directory."
1227
- msgstr ""
1228
-
1229
- # Trema::FeaturesReply#initialize
1230
- #: ../ruby/trema/features-reply.c:37
1231
- msgid "Creates a FeaturesReply message. A user would not explicitly\n"
1232
- "instantiate a {FeaturesReply} object but would be created while\n"
1233
- "parsing the +OFPT_FEATURES_REPLY+ message."
1234
- msgstr ""
1235
-
1236
- # @return [Number]
1237
- #: ../ruby/trema/features-reply.c:133
1238
- msgid "the value of datapath_id"
1239
- msgstr ""
1240
-
1241
- # Trema::FeaturesReply#n_buffers
1242
- #: ../ruby/trema/features-reply.c:162
1243
- msgid "Maximum number of packets that can be buffered at once."
1244
- msgstr ""
1245
-
1246
- # @return [Number]
1247
- #: ../ruby/trema/features-reply.c:166
1248
- msgid "the value of n_buffers."
1249
- msgstr ""
1250
-
1251
- # Trema::FeaturesReply#n_tables
1252
- #: ../ruby/trema/features-reply.c:173
1253
- msgid "Number of supported tables."
1254
- msgstr ""
1255
-
1256
- # @return [Number]
1257
- #: ../ruby/trema/features-reply.c:177
1258
- msgid "the value of n_tables."
1259
- msgstr ""
1260
-
1261
- # Trema::FeaturesReply#capabilities
1262
- #: ../ruby/trema/features-reply.c:184
1263
- msgid "Supported capabilities expressed as a 32-bit bitmap."
1264
- msgstr ""
1265
-
1266
- # @return [Number]
1267
- #: ../ruby/trema/features-reply.c:188
1268
- msgid "the value of capabilities."
1269
- msgstr ""
1270
-
1271
- # Trema::FeaturesReply#actions
1272
- #: ../ruby/trema/features-reply.c:195
1273
- msgid "Supported actions expressed as a 32-bit bitmap."
1274
- msgstr ""
1275
-
1276
- # @return [Number]
1277
- #: ../ruby/trema/features-reply.c:199
1278
- msgid "the value of actions."
1279
- msgstr ""
1280
-
1281
- # Trema::FeaturesReply#ports
1282
- #: ../ruby/trema/features-reply.c:206
1283
- msgid "An array of {Port} objects detailing physical port description and function."
1284
- msgstr ""
1285
-
1286
- # @return [Array<Port>]
1287
- #: ../ruby/trema/features-reply.c:210
1288
- msgid "the value of ports."
1289
- msgstr ""
1290
-
1291
- # Trema::FeaturesRequest#initialize
1292
- #: ../ruby/trema/features-request.c:36
1293
- msgid "Creates a FeaturesRequest OpenFlow message."
1294
- msgstr ""
1295
-
1296
- # @raise [TypeError]
1297
- #: ../ruby/trema/hello.c:63
1298
- #: ../ruby/trema/features-request.c:63
1299
- msgid "if argument is not a Integer or a Hash."
1300
- msgstr ""
1301
-
1302
- # Trema::FlowRemoved#initialize
1303
- #: ../ruby/trema/flow-removed.c:30
1304
- msgid "When a flow is deleted or expired a +OFPT_FLOW_REMOVED+ message is sent as long\n"
1305
- "as the +OFPFF_SEND_FLOW_REM+ bit is toggled in the +flags+ bitmap during\n"
1306
- "flow setup. A user would not explicitly instantiate a {FlowRemoved} object but\n"
1307
- "would be created while parsing the +OPPT_FLOW_REMOVED+ message.\n"
1308
- "Returns an object that encapsulates the +OPPT_FLOW_REMOVED+ OpenFlow message."
1309
- msgstr ""
1310
-
1311
- # Trema::PacketIn#transaction_id
1312
- # Trema::FlowRemoved#transaction_id
1313
- # Trema::PortStatus#transaction_id
1314
- #: ../ruby/trema/packet-in.c:86
1315
- #: ../ruby/trema/flow-removed.c:113
1316
- #: ../ruby/trema/port-status.c:91
1317
- msgid "For this asynchronous message the transaction_id is set to zero."
1318
- msgstr ""
1319
-
1320
- # @return [Number]
1321
- #: ../ruby/trema/packet-in.c:90
1322
- #: ../ruby/trema/stats-reply.c:92
1323
- #: ../ruby/trema/flow-removed.c:117
1324
- #: ../ruby/trema/port-mod.c:145
1325
- #: ../ruby/trema/openflow-error.c:90
1326
- #: ../ruby/trema/port-status.c:95
1327
- msgid "the value of transaction_id."
1328
- msgstr ""
1329
-
1330
- # Trema::FlowRemoved#match
1331
- #: ../ruby/trema/flow-removed.c:124
1332
- msgid "Flow fields matched."
1333
- msgstr ""
1334
-
1335
- # @return [Match]
1336
- #: ../ruby/trema/flow-removed.c:128
1337
- msgid "an object that encapsulates flow fields details."
1338
- msgstr ""
1339
-
1340
- # Trema::FlowRemoved#cookie
1341
- #: ../ruby/trema/flow-removed.c:135
1342
- msgid "An opaque handle copied from the corresponding flow setup message."
1343
- msgstr ""
1344
-
1345
- # @return [Number]
1346
- #: ../ruby/trema/flow-removed.c:139
1347
- msgid "the value of cookie."
1348
- msgstr ""
1349
-
1350
- # Trema::FlowRemoved#priority
1351
- #: ../ruby/trema/flow-removed.c:146
1352
- msgid "The priority level of the flow copied from the corresponding flow setup\n"
1353
- "message."
1354
- msgstr ""
1355
-
1356
- # @return [Number]
1357
- #: ../ruby/trema/flow-removed.c:151
1358
- msgid "the value of priority."
1359
- msgstr ""
1360
-
1361
- # Trema::FlowRemoved#reason
1362
- #: ../ruby/trema/flow-removed.c:158
1363
- msgid "The reason why the flow is removed."
1364
- msgstr ""
1365
-
1366
- # @return [Number]
1367
- #: ../ruby/trema/packet-in.c:166
1368
- #: ../ruby/trema/flow-removed.c:162
1369
- #: ../ruby/trema/port-status.c:106
1370
- msgid "the value of reason."
1371
- msgstr ""
1372
-
1373
- # Trema::FlowRemoved#duration_sec
1374
- #: ../ruby/trema/flow-removed.c:169
1375
- msgid "The number of seconds the flow was active."
1376
- msgstr ""
1377
-
1378
- # @return [Number]
1379
- #: ../ruby/trema/flow-removed.c:173
1380
- msgid "the value of duration_sec."
1381
- msgstr ""
1382
-
1383
- # Trema::FlowRemoved#duration_nsec
1384
- #: ../ruby/trema/flow-removed.c:180
1385
- msgid "The number of nanoseconds the flow was active."
1386
- msgstr ""
1387
-
1388
- # @return [Number]
1389
- #: ../ruby/trema/flow-removed.c:184
1390
- msgid "the value of duration_nsec."
1391
- msgstr ""
1392
-
1393
- # Trema::FlowRemoved#idle_timeout
1394
- #: ../ruby/trema/flow-removed.c:191
1395
- msgid "Time elapsed in seconds before the flow is removed."
1396
- msgstr ""
1397
-
1398
- # @return [Number]
1399
- #: ../ruby/trema/flow-removed.c:195
1400
- msgid "the value of idle_timeout."
1401
- msgstr ""
1402
-
1403
- # Trema::FlowRemoved#packet_count
1404
- #: ../ruby/trema/flow-removed.c:202
1405
- msgid "A counter of the total number of packets."
1406
- msgstr ""
1407
-
1408
- # @return [Number]
1409
- #: ../ruby/trema/flow-removed.c:206
1410
- msgid "the value of packet_count."
1411
- msgstr ""
1412
-
1413
- # Trema::FlowRemoved#byte_count
1414
- #: ../ruby/trema/flow-removed.c:213
1415
- msgid "A counter of the total number of bytes."
1416
- msgstr ""
1417
-
1418
- # @return [Number]
1419
- #: ../ruby/trema/flow-removed.c:217
1420
- msgid "the value of byte_count."
1421
- msgstr ""
1422
-
1423
- # Trema::FlowStatsReply#initialize
1424
- #: ../ruby/trema/flow-stats-reply.rb:32
1425
- msgid "Flow counters for one or more matched flows.\n"
1426
- "A user would not explicitly instantiate a {FlowStatsReply} object but\n"
1427
- "would be created as a result of parsing the +OFPT_STATS_REPLY(OFPST_FLOW)+\n"
1428
- "message."
1429
- msgstr ""
1430
-
1431
- # @return [FlowStatsReply]
1432
- #: ../ruby/trema/flow-stats-reply.rb:98
1433
- msgid "a new instance of FlowStatsReply"
1434
- msgstr ""
1435
-
1436
- # Trema::Flow#dl_type
1437
- #: ../ruby/trema/flow.rb:24
1438
- msgid "Returns the value of attribute dl_type"
1439
- msgstr ""
1440
-
1441
- # Trema::GetConfigReply#initialize
1442
- #: ../ruby/trema/get-config-reply.c:30
1443
- msgid "Handles the response to +OFPT_GET_CONFIG_REQUEST+ message. The user would not\n"
1444
- "explicitly instantiate a {GetConfigReply} object but would be created while\n"
1445
- "parsing the +OFPT_GET_CONFIG_REPLY+ message. The {GetConfigReply} object is\n"
1446
- "an object whose attributes represent the return values of the message."
1447
- msgstr ""
1448
-
1449
- # Trema::GetConfigReply#flags
1450
- #: ../ruby/trema/get-config-reply.c:94
1451
- msgid "Flags indicate how IP fragments should be treated (no special handling,\n"
1452
- "dropped or reassembled)."
1453
- msgstr ""
1454
-
1455
- # @return [Number]
1456
- #: ../ruby/trema/set-config.c:127
1457
- #: ../ruby/trema/stats-reply.c:114
1458
- #: ../ruby/trema/get-config-reply.c:99
1459
- msgid "the value of flags."
1460
- msgstr ""
1461
-
1462
- # Trema::SetConfig#miss_send_len
1463
- # Trema::GetConfigReply#miss_send_len
1464
- #: ../ruby/trema/set-config.c:137
1465
- #: ../ruby/trema/get-config-reply.c:106
1466
- msgid "The maximum number of bytes to send on flow table miss or flow destined to controller."
1467
- msgstr ""
1468
-
1469
- # @return [Number]
1470
- #: ../ruby/trema/set-config.c:141
1471
- #: ../ruby/trema/get-config-reply.c:110
1472
- msgid "the value of miss_send_len."
1473
- msgstr ""
1474
-
1475
- # Trema::GetConfigRequest#initialize
1476
- #: ../ruby/trema/get-config-request.c:37
1477
- msgid "Creates a {GetConfigRequest} instance to query configuration parameters\n"
1478
- "from the switch."
1479
- msgstr ""
1480
-
1481
- # Trema::HardwareSwitch
1482
- #: ../ruby/trema/hardware-switch.rb:26
1483
- msgid "Hardware switch that supports OpenFlow protocol."
1484
- msgstr ""
1485
-
1486
- # Trema::HardwareSwitch#name
1487
- #: ../ruby/trema/hardware-switch.rb:30
1488
- msgid "The name of this switch"
1489
- msgstr ""
1490
-
1491
- # @example
1492
- #: ../ruby/trema/hardware-switch.rb:37
1493
- msgid "switch.name #=> \"My expensive OpenFlow switch\""
1494
- msgstr ""
1495
-
1496
- # Trema::HardwareSwitch#initialize
1497
- #: ../ruby/trema/hardware-switch.rb:41
1498
- msgid "Creates a new HardwareSwitch from {DSL::Switch}"
1499
- msgstr ""
1500
-
1501
- # @example
1502
- #: ../ruby/trema/hardware-switch.rb:48
1503
- msgid "switch = Trema::HardwareSwitch.new( stanza )"
1504
- msgstr ""
1505
-
1506
- # Trema::HardwareSwitch#dpid_long
1507
- #: ../ruby/trema/hardware-switch.rb:57
1508
- msgid "Returns datapath id in long format"
1509
- msgstr ""
1510
-
1511
- # @example
1512
- #: ../ruby/trema/hardware-switch.rb:64
1513
- msgid "switch.dpid_long #=> \"0000000000000abc\""
1514
- msgstr ""
1515
-
1516
- # Trema::HardwareSwitch#dpid_short
1517
- #: ../ruby/trema/hardware-switch.rb:70
1518
- msgid "Returns datapath id prefixed with \"0x\""
1519
- msgstr ""
1520
-
1521
- # @example
1522
- #: ../ruby/trema/hardware-switch.rb:77
1523
- msgid "switch.dpid_short #=> \"0xabc\""
1524
- msgstr ""
1525
-
1526
- # Trema::Hello#initialize
1527
- #: ../ruby/trema/hello.c:36
1528
- msgid "Creates a Hello OpenFlow message."
1529
- msgstr ""
1530
-
1531
- # Trema::Host
1532
- #: ../ruby/trema/host.rb:28
1533
- msgid "The controller class of host"
1534
- msgstr ""
1535
-
1536
- # Trema::Host#interface=
1537
- # Trema::Host#interface
1538
- #: ../ruby/trema/host.rb:32
1539
- msgid "Set a network interface"
1540
- msgstr ""
1541
-
1542
- # @example
1543
- #: ../ruby/trema/host.rb:41
1544
- msgid "host.interface #=> \"trema0-1\""
1545
- msgstr ""
1546
-
1547
- # Trema::Host#initialize
1548
- #: ../ruby/trema/host.rb:45
1549
- msgid "Creates a new Trema host from {DSL::Vhost}"
1550
- msgstr ""
1551
-
1552
- # @example
1553
- #: ../ruby/trema/host.rb:54
1554
- msgid "host = Trema::Host.new( stanza )"
1555
- msgstr ""
1556
-
1557
- # Trema::Host#method_missing
1558
- #: ../ruby/trema/host.rb:64
1559
- msgid "Define host attribute accessors"
1560
- msgstr ""
1561
-
1562
- # @return
1563
- #: ../ruby/trema/host.rb:73
1564
- msgid "an attribute value"
1565
- msgstr ""
1566
-
1567
- # @example
1568
- #: ../ruby/trema/host.rb:73
1569
- msgid "host.name # delegated to @stanza[ :name ]"
1570
- msgstr ""
1571
-
1572
- # Trema::Host#ip
1573
- #: ../ruby/trema/host.rb:79
1574
- msgid "Returns IP address"
1575
- msgstr ""
1576
-
1577
- # @example
1578
- #: ../ruby/trema/host.rb:88
1579
- msgid "host.ip #=> \"192.168.0.1\""
1580
- msgstr ""
1581
-
1582
- # Trema::Host#mac
1583
- #: ../ruby/trema/host.rb:100
1584
- msgid "Returns MAC address"
1585
- msgstr ""
1586
-
1587
- # @example
1588
- #: ../ruby/trema/host.rb:109
1589
- msgid "host.mac #=> \"00:00:00:00:00:01\""
1590
- msgstr ""
1591
-
1592
- # Trema::Host#netmask
1593
- #: ../ruby/trema/host.rb:120
1594
- msgid "Returns netmask"
1595
- msgstr ""
1596
-
1597
- # @example
1598
- #: ../ruby/trema/host.rb:129
1599
- msgid "host.netmask #=> \"255.255.0.0\""
1600
- msgstr ""
1601
-
1602
- # Trema::Host#run!
1603
- #: ../ruby/trema/host.rb:140
1604
- msgid "Runs a host process"
1605
- msgstr ""
1606
-
1607
- # @example
1608
- #: ../ruby/trema/host.rb:149
1609
- msgid "host.run! => self"
1610
- msgstr ""
1611
-
1612
- # Trema::Host#shutdown!
1613
- #: ../ruby/trema/host.rb:158
1614
- msgid "Kills running host"
1615
- msgstr ""
1616
-
1617
- # @example
1618
- #: ../ruby/trema/host.rb:167
1619
- msgid "host.shutdown!"
1620
- msgstr ""
1621
-
1622
- # Trema::Host#add_arp_entry
1623
- #: ../ruby/trema/host.rb:173
1624
- msgid "Add arp entries of <code>hosts</code>"
1625
- msgstr ""
1626
-
1627
- # @example
1628
- #: ../ruby/trema/host.rb:182
1629
- msgid "host.add_arp_entry [ host1, host2, host3 ]"
1630
- msgstr ""
1631
-
1632
- # Trema::Host#send_packet
1633
- #: ../ruby/trema/host.rb:190
1634
- msgid "Send packets to <code>dest</code>"
1635
- msgstr ""
1636
-
1637
- # @example
1638
- #: ../ruby/trema/host.rb:199
1639
- msgid "host.send_packet host1, :pps => 100"
1640
- msgstr ""
1641
-
1642
- # Trema::Host#tx_stats
1643
- #: ../ruby/trema/host.rb:222
1644
- msgid "Returns tx stats"
1645
- msgstr ""
1646
-
1647
- # @example
1648
- #: ../ruby/trema/host.rb:231
1649
- msgid "host.tx_stats"
1650
- msgstr ""
1651
-
1652
- # Trema::Host#rx_stats
1653
- #: ../ruby/trema/host.rb:237
1654
- msgid "Returns rx stats"
1655
- msgstr ""
1656
-
1657
- # @example
1658
- #: ../ruby/trema/host.rb:246
1659
- msgid "host.rx_stats"
1660
- msgstr ""
1661
-
1662
- # Trema::IP
1663
- #: ../ruby/trema/ip.rb:23
1664
- msgid "A wrapper class to IPAddr"
1665
- msgstr ""
1666
-
1667
- # @return [IPAddr]
1668
- #: ../ruby/trema/ip.rb:32
1669
- msgid "value object instance of proxied IPAddr."
1670
- msgstr ""
1671
-
1672
- # Trema::IP#initialize
1673
- #: ../ruby/trema/ip.rb:36
1674
- msgid "Creates a {IP} instance object as a proxy to IPAddr class."
1675
- msgstr ""
1676
-
1677
- # @param [Number] prefixlen
1678
- #: ../ruby/trema/ip.rb:52
1679
- msgid "masking IPv4 address with given prefixlen."
1680
- msgstr ""
1681
-
1682
- # @return [IP]
1683
- #: ../ruby/trema/ip.rb:52
1684
- msgid "self\n"
1685
- "a proxy to IPAddr."
1686
- msgstr ""
1687
-
1688
- # @param [Number]
1689
- #: ../ruby/trema/ip.rb:52
1690
- msgid "tag|param|prefixlen"
1691
- msgstr ""
1692
-
1693
- # @param [String, Number]
1694
- #: ../ruby/trema/ip.rb:52
1695
- msgid "tag|param|addr"
1696
- msgstr ""
1697
-
1698
- # @param [String, Number] addr
1699
- #: ../ruby/trema/ip.rb:52
1700
- msgid "an IPv4 address specified either as a String or Number."
1701
- msgstr ""
1702
-
1703
- # @raise [ArgumentError]
1704
- #: ../ruby/trema/ip.rb:52
1705
- msgid "invalid address if supplied argument is invalid\n"
1706
- "IPv4 address."
1707
- msgstr ""
1708
-
1709
- # @return [Number]
1710
- #: ../ruby/trema/ip.rb:67
1711
- msgid "prefixlen of IPv4 address."
1712
- msgstr ""
1713
-
1714
- # @return [String]
1715
- #: ../ruby/trema/ip.rb:82
1716
- msgid "the IPv4 address in its text representation."
1717
- msgstr ""
1718
-
1719
- # @return [Number]
1720
- #: ../ruby/trema/ip.rb:90
1721
- msgid "the IPv4 address in its numeric representation."
1722
- msgstr ""
1723
-
1724
- # Trema::Link
1725
- #: ../ruby/trema/link.rb:30
1726
- msgid "Network link between hosts and switches."
1727
- msgstr ""
1728
-
1729
- # Trema::Link#name
1730
- #: ../ruby/trema/link.rb:34
1731
- msgid "Returns the name of link interface"
1732
- msgstr ""
1733
-
1734
- # @example
1735
- #: ../ruby/trema/link.rb:41
1736
- msgid "link.name => \"trema3-0\""
1737
- msgstr ""
1738
-
1739
- # Trema::Link#name_peer
1740
- #: ../ruby/trema/link.rb:45
1741
- msgid "Returns the name of link peer interface"
1742
- msgstr ""
1743
-
1744
- # @example
1745
- #: ../ruby/trema/link.rb:52
1746
- msgid "link.name => \"trema3-1\""
1747
- msgstr ""
1748
-
1749
- # Trema::Link#peers
1750
- #: ../ruby/trema/link.rb:56
1751
- msgid "Returns the configuration names of link peers"
1752
- msgstr ""
1753
-
1754
- # @example
1755
- #: ../ruby/trema/link.rb:63
1756
- msgid "link.peers => [ \"host 0\", \"switch 1\" ]"
1757
- msgstr ""
1758
-
1759
- # Trema::Link#initialize
1760
- #: ../ruby/trema/link.rb:67
1761
- msgid "Creates a new Trema link from {DSL::Link}"
1762
- msgstr ""
1763
-
1764
- # @example
1765
- #: ../ruby/trema/link.rb:74
1766
- msgid "link = Trema::Link.new( stanza )"
1767
- msgstr ""
1768
-
1769
- # Trema::Link#add!
1770
- #: ../ruby/trema/link.rb:91
1771
- msgid "Adds a virtual link"
1772
- msgstr ""
1773
-
1774
- # @example
1775
- #: ../ruby/trema/link.rb:98
1776
- msgid "link.add!"
1777
- msgstr ""
1778
-
1779
- # Trema::Link#up!
1780
- #: ../ruby/trema/link.rb:107
1781
- msgid "Ups the peer interfaces of a virtual link"
1782
- msgstr ""
1783
-
1784
- # @example
1785
- #: ../ruby/trema/link.rb:114
1786
- msgid "link.up!"
1787
- msgstr ""
1788
-
1789
- # Trema::Link#enable!
1790
- #: ../ruby/trema/link.rb:122
1791
- msgid "Creates and enables a virtual link"
1792
- msgstr ""
1793
-
1794
- # @example
1795
- #: ../ruby/trema/link.rb:129
1796
- msgid "link.enable!"
1797
- msgstr ""
1798
-
1799
- # Trema::Link#delete!
1800
- #: ../ruby/trema/link.rb:136
1801
- msgid "Deletes a virtual link"
1802
- msgstr ""
1803
-
1804
- # @example
1805
- #: ../ruby/trema/link.rb:143
1806
- msgid "link.delete!"
1807
- msgstr ""
1808
-
1809
- # @overload
1810
- #: ../ruby/trema/logger.c:49
1811
- msgid "tag|overload|critical"
1812
- msgstr ""
1813
-
1814
- # @overload
1815
- #: ../ruby/trema/logger.c:67
1816
- msgid "tag|overload|error"
1817
- msgstr ""
1818
-
1819
- # @overload
1820
- #: ../ruby/trema/logger.c:85
1821
- msgid "tag|overload|warn"
1822
- msgstr ""
1823
-
1824
- # @overload
1825
- #: ../ruby/trema/logger.c:103
1826
- msgid "tag|overload|notice"
1827
- msgstr ""
1828
-
1829
- # @overload
1830
- #: ../ruby/trema/logger.c:120
1831
- msgid "tag|overload|info"
1832
- msgstr ""
1833
-
1834
- # @overload
1835
- #: ../ruby/trema/logger.c:137
1836
- msgid "tag|overload|debug"
1837
- msgstr ""
1838
-
1839
- # Trema::Mac
1840
- #: ../ruby/trema/mac.rb:26
1841
- msgid "MAC address class"
1842
- msgstr ""
1843
-
1844
- # @return [Number]
1845
- #: ../ruby/trema/mac.rb:36
1846
- msgid "Ethernet address in its numeric presentation."
1847
- msgstr ""
1848
-
1849
- # Trema::Mac#initialize
1850
- #: ../ruby/trema/mac.rb:40
1851
- msgid "Creates a {Mac} instance that encapsulates Ethernet MAC addresses."
1852
- msgstr ""
1853
-
1854
- # @raise [ArgumentError]
1855
- #: ../ruby/trema/mac.rb:56
1856
- msgid "if invalid format is detected."
1857
- msgstr ""
1858
-
1859
- # @example address as a hexadecimal number
1860
- #: ../ruby/trema/mac.rb:56
1861
- msgid "Mac.new(0xffffffffffff)"
1862
- msgstr ""
1863
-
1864
- # @raise [ArgumentError]
1865
- #: ../ruby/trema/mac.rb:56
1866
- msgid "if supplied argument is not a string or integer."
1867
- msgstr ""
1868
-
1869
- # @param [String, Integer] value
1870
- #: ../ruby/trema/mac.rb:56
1871
- msgid "the MAC address to set to."
1872
- msgstr ""
1873
-
1874
- # @example address as a hexadecimal string
1875
- #: ../ruby/trema/mac.rb:56
1876
- msgid "Mac.new(\"11:22:33:44:55:66\")"
1877
- msgstr ""
1878
-
1879
- # @param [String, Integer]
1880
- #: ../ruby/trema/mac.rb:56
1881
- msgid "tag|param|value"
1882
- msgstr ""
1883
-
1884
- # @example
1885
- #: ../ruby/trema/mac.rb:56
1886
- msgid "tag|example|address as a hexadecimal number"
1887
- msgstr ""
1888
-
1889
- # @return [Mac]
1890
- #: ../ruby/trema/mac.rb:56
1891
- msgid "a new instance of Mac"
1892
- msgstr ""
1893
-
1894
- # @example
1895
- #: ../ruby/trema/mac.rb:56
1896
- msgid "tag|example|address as a hexadecimal string"
1897
- msgstr ""
1898
-
1899
- # @return [String]
1900
- #: ../ruby/trema/mac.rb:74
1901
- msgid "the Ethernet address as 6 pairs of hexadecimal digits delimited by colons.\n"
1902
- "eg. xx:xx:xx:xx:xx:xx"
1903
- msgstr ""
1904
-
1905
- # @return [Array]
1906
- #: ../ruby/trema/mac.rb:84
1907
- msgid "an array of decimal numbers converted from Ethernet's address string\n"
1908
- "format."
1909
- msgstr ""
1910
-
1911
- # @return [Boolean]
1912
- #: ../ruby/trema/mac.rb:94
1913
- #: ../ruby/trema/mac.rb:102
1914
- msgid "if other matches or not the attribute type value."
1915
- msgstr ""
1916
-
1917
- # @return [Boolean]
1918
- #: ../ruby/trema/mac.rb:110
1919
- msgid "if MAC address is multicast or not."
1920
- msgstr ""
1921
-
1922
- # Trema::Match.from
1923
- #: ../ruby/trema/match.c:47
1924
- msgid "Creates a {Match} instance from packet_in's data, the method accepts an\n"
1925
- "additional single argument whose type is an array of symbols to wildcard set\n"
1926
- "to don't care and ignore while matching flow entries."
1927
- msgstr ""
1928
-
1929
- # @return [Match]
1930
- #: ../ruby/trema/match.c:108
1931
- msgid "self\n"
1932
- "the modified or exact match from packet depending on whether the options\n"
1933
- "argument supplied or not."
1934
- msgstr ""
1935
-
1936
- # @overload
1937
- #: ../ruby/trema/match.c:108
1938
- msgid "tag|overload|match_from"
1939
- msgstr ""
1940
-
1941
- # Trema::Match#compare
1942
- #: ../ruby/trema/match.c:166
1943
- msgid "Compare context of {Match} self with {Match} other."
1944
- msgstr ""
1945
-
1946
- # @example
1947
- #: ../ruby/trema/match.c:178
1948
- msgid "def packet_in datapath_id, message\n"
1949
- " match = Match.new( :dl_type => 0x0800, :nw_src => \"192.168.0.1\" )\n"
1950
- " if match.compare( ExactMatch.form( message ) )\n"
1951
- " info \"Received packet from 192.168.0.1\"\n"
1952
- " end\n"
1953
- "end"
1954
- msgstr ""
1955
-
1956
- # @return [Boolean]
1957
- #: ../ruby/trema/match.c:178
1958
- msgid "true if the {Match} match"
1959
- msgstr ""
1960
-
1961
- # Trema::Match#replace
1962
- #: ../ruby/trema/match.c:185
1963
- msgid "Replaces context of {Match} self with {Match} other."
1964
- msgstr ""
1965
-
1966
- # @return [Match]
1967
- #: ../ruby/trema/match.c:190
1968
- msgid "self\n"
1969
- "the modified object instance."
1970
- msgstr ""
1971
-
1972
- # Trema::Match#wildcards
1973
- #: ../ruby/trema/match.c:210
1974
- msgid "The wildcard field expressed as a 32-bit bitmap,"
1975
- msgstr ""
1976
-
1977
- # @return [Number]
1978
- #: ../ruby/trema/match.c:214
1979
- msgid "the value of wildcards."
1980
- msgstr ""
1981
-
1982
- # @return [Number]
1983
- #: ../ruby/trema/packet-in.c:131
1984
- #: ../ruby/trema/match.c:223
1985
- msgid "the value of in_port."
1986
- msgstr ""
1987
-
1988
- # @return [Number]
1989
- #: ../ruby/trema/match.c:265
1990
- msgid "the value of dl_vlan."
1991
- msgstr ""
1992
-
1993
- # @return [Number]
1994
- #: ../ruby/trema/match.c:274
1995
- msgid "the value of dl_vlan_pcp."
1996
- msgstr ""
1997
-
1998
- # @return [Number]
1999
- #: ../ruby/trema/match.c:283
2000
- msgid "the value of dl_type."
2001
- msgstr ""
2002
-
2003
- # @return [Number]
2004
- #: ../ruby/trema/match.c:301
2005
- msgid "the value of nw_proto."
2006
- msgstr ""
2007
-
2008
- # Trema::Match#nw_src
2009
- #: ../ruby/trema/match.c:327
2010
- msgid "An IPv4 source address in its numeric representation."
2011
- msgstr ""
2012
-
2013
- # Trema::Match#nw_dst
2014
- #: ../ruby/trema/match.c:338
2015
- msgid "An IPv4 destination address in its numeric representation."
2016
- msgstr ""
2017
-
2018
- # Trema::Match#initialize
2019
- #: ../ruby/trema/match.c:367
2020
- msgid "Creates a {Match} instance which describe fields such as MAC addresses, IP\n"
2021
- "addresses, TCP/UDP ports of a flow to match against. An exact match\n"
2022
- "flow would match on all fields whereas don't care bits are wildcarded and\n"
2023
- "ignored."
2024
- msgstr ""
2025
-
2026
- # Trema::NetworkComponent
2027
- #: ../ruby/trema/network-component.rb:26
2028
- msgid "The base class of objects appears in the Trema DSL. e.g., host,\n"
2029
- "switch, link etc."
2030
- msgstr ""
2031
-
2032
- # Trema::NetworkComponent.instances=
2033
- # Trema::NetworkComponent.instances
2034
- #: ../ruby/trema/network-component.rb:32
2035
- msgid "Returns the `name' => object hash DB of instances"
2036
- msgstr ""
2037
-
2038
- # @example
2039
- #: ../ruby/trema/network-component.rb:42
2040
- msgid "p App.instances\n"
2041
- "#=> {\"trema tetris\"=>#<App:0xb73c9328>, ...}"
2042
- msgstr ""
2043
-
2044
- # @return [Array]
2045
- #: ../ruby/trema/network-component.rb:42
2046
- msgid "the {OrderedHash} of instances"
2047
- msgstr ""
2048
-
2049
- # Trema::NetworkComponent.inherited
2050
- #: ../ruby/trema/network-component.rb:47
2051
- msgid "Called implicitly when inherited"
2052
- msgstr ""
2053
-
2054
- # @example
2055
- #: ../ruby/trema/network-component.rb:62
2056
- msgid "#\n"
2057
- "# The following calls inherited() implicitly\n"
2058
- "# then creates an instance DB of App object.\n"
2059
- "#\n"
2060
- "class App < Trmea::NetworkComponent\n"
2061
- " attr_accessor :name\n"
2062
- "end"
2063
- msgstr ""
2064
-
2065
- # Trema::NetworkComponent.each
2066
- #: ../ruby/trema/network-component.rb:74
2067
- msgid "Iterates over the list of instances"
2068
- msgstr ""
2069
-
2070
- # @example
2071
- #: ../ruby/trema/network-component.rb:85
2072
- msgid "App.each do | each |\n"
2073
- " p each.name\n"
2074
- "end"
2075
- msgstr ""
2076
-
2077
- # @return [Array]
2078
- #: ../ruby/trema/network-component.rb:85
2079
- msgid "the list of instances"
2080
- msgstr ""
2081
-
2082
- # Trema::NetworkComponent.[]
2083
- #: ../ruby/trema/network-component.rb:93
2084
- msgid "Looks up a instance DB by its name"
2085
- msgstr ""
2086
-
2087
- # @return [Object]
2088
- #: ../ruby/trema/network-component.rb:107
2089
- msgid "the associated object"
2090
- msgstr ""
2091
-
2092
- # @example
2093
- #: ../ruby/trema/network-component.rb:107
2094
- msgid "ttetris = TremaTetris.new\n"
2095
- "ttetris.name = \"trema tetris\"\n"
2096
- "\n"
2097
- "App.add ttetris\n"
2098
- "\n"
2099
- "App[ \"trema tetris\" ] => ttetris"
2100
- msgstr ""
2101
-
2102
- # Trema::NetworkComponent.size
2103
- #: ../ruby/trema/network-component.rb:113
2104
- msgid "Returns the number of instances."
2105
- msgstr ""
2106
-
2107
- # @example
2108
- #: ../ruby/trema/network-component.rb:122
2109
- msgid "App.size #=> 3"
2110
- msgstr ""
2111
-
2112
- # @return [Number]
2113
- #: ../ruby/trema/network-component.rb:122
2114
- msgid "the number of instances"
2115
- msgstr ""
2116
-
2117
- # Trema::NetworkComponent.add
2118
- #: ../ruby/trema/network-component.rb:128
2119
- msgid "Inserts a object to instance DB"
2120
- msgstr ""
2121
-
2122
- # @example
2123
- #: ../ruby/trema/network-component.rb:142
2124
- msgid "ttetris = TremaTetris.new\n"
2125
- "ttetris.name = \"trema tetris\"\n"
2126
- "\n"
2127
- "App.add ttetris"
2128
- msgstr ""
2129
-
2130
- # @param [Object, #name] an
2131
- #: ../ruby/trema/network-component.rb:142
2132
- msgid "object that responds to #name"
2133
- msgstr ""
2134
-
2135
- # @param [Object, #name]
2136
- #: ../ruby/trema/network-component.rb:142
2137
- msgid "tag|param|an"
2138
- msgstr ""
2139
-
2140
- # @return [Object]
2141
- #: ../ruby/trema/network-component.rb:142
2142
- msgid "the added object"
2143
- msgstr ""
2144
-
2145
- # Trema::OpenVswitch
2146
- #: ../ruby/trema/open-vswitch.rb:30
2147
- msgid "Open vSwitch support (http://openvswitch.org)"
2148
- msgstr ""
2149
-
2150
- # Trema::OpenVswitch#initialize
2151
- #: ../ruby/trema/open-vswitch.rb:44
2152
- msgid "Creates a new Open vSwitch from {DSL::Vswitch}"
2153
- msgstr ""
2154
-
2155
- # @example
2156
- #: ../ruby/trema/open-vswitch.rb:51
2157
- msgid "vswitch = Trema::OpenVswitch.new( stanza )"
2158
- msgstr ""
2159
-
2160
- # Trema::OpenVswitch#<<
2161
- #: ../ruby/trema/open-vswitch.rb:59
2162
- msgid "Add a network interface used for a virtual port"
2163
- msgstr ""
2164
-
2165
- # @example
2166
- #: ../ruby/trema/open-vswitch.rb:66
2167
- msgid "vswitch << \"trema3-0\""
2168
- msgstr ""
2169
-
2170
- # Trema::OpenVswitch#network_device
2171
- #: ../ruby/trema/open-vswitch.rb:74
2172
- msgid "Returns the network device name associated with the datapath's\n"
2173
- "local port"
2174
- msgstr ""
2175
-
2176
- # @example
2177
- #: ../ruby/trema/open-vswitch.rb:82
2178
- msgid "vswitch.network_device #=> \"vsw_0xabc\""
2179
- msgstr ""
2180
-
2181
- # Trema::OpenVswitch#flows
2182
- #: ../ruby/trema/open-vswitch.rb:88
2183
- msgid "Returns flow entries"
2184
- msgstr ""
2185
-
2186
- # @example
2187
- #: ../ruby/trema/open-vswitch.rb:95
2188
- msgid "vswitch.flows #=> [ flow0, flow1, ... ]"
2189
- msgstr ""
2190
-
2191
- # Trema::OpenflowError#initialize
2192
- #: ../ruby/trema/openflow-error.c:30
2193
- msgid "The occurence of reported errors/exceptions manifested as an instance - a\n"
2194
- "{OpenflowError} object. The user would not explicitly instantiate\n"
2195
- "a {OpenflowError} but would be created while parsing the +OFPT_ERROR+ message."
2196
- msgstr ""
2197
-
2198
- # Trema::OpenflowError#transaction_id
2199
- #: ../ruby/trema/openflow-error.c:86
2200
- msgid "The transaction_id of the offended message."
2201
- msgstr ""
2202
-
2203
- # Trema::OpenflowError#type
2204
- #: ../ruby/trema/openflow-error.c:97
2205
- msgid "The command or action that failed."
2206
- msgstr ""
2207
-
2208
- # @return [Number]
2209
- #: ../ruby/trema/stats-reply.c:103
2210
- #: ../ruby/trema/openflow-error.c:101
2211
- msgid "the value of type."
2212
- msgstr ""
2213
-
2214
- # Trema::OpenflowError#code
2215
- #: ../ruby/trema/openflow-error.c:108
2216
- msgid "The reason of the failed type error."
2217
- msgstr ""
2218
-
2219
- # @return [Number]
2220
- #: ../ruby/trema/openflow-error.c:112
2221
- msgid "the value of code."
2222
- msgstr ""
2223
-
2224
- # Trema::OpenflowError#data
2225
- #: ../ruby/trema/openflow-error.c:119
2226
- msgid "Variable length data interpreted based on type and code."
2227
- msgstr ""
2228
-
2229
- # @return [String]
2230
- #: ../ruby/trema/openflow-error.c:124
2231
- msgid "if error type is +OFPET_HELLO_FAILED+."
2232
- msgstr ""
2233
-
2234
- # @return [Array]
2235
- #: ../ruby/trema/openflow-error.c:124
2236
- msgid "an array of bytes of the offending message for any other error type."
2237
- msgstr ""
2238
-
2239
- # Trema::OpenflowSwitch
2240
- #: ../ruby/trema/openflow-switch.rb:26
2241
- msgid "Keeps a list of {HardwareSwitch} and {OpenVswitch}"
2242
- msgstr ""
2243
-
2244
- # @return [OrderedHash]
2245
- #: ../ruby/trema/ordered-hash.rb:23
2246
- msgid "a new instance of OrderedHash"
2247
- msgstr ""
2248
-
2249
- # Trema::PacketIn#buffer_id
2250
- #: ../ruby/trema/packet-in.c:97
2251
- msgid "Buffer id value signifies if the entire frame (packet is not buffered) or\n"
2252
- "portion of it (packet is buffered) is included in the data field of\n"
2253
- "this +OFPT_PACKET_IN+ message."
2254
- msgstr ""
2255
-
2256
- # @return [Number]
2257
- #: ../ruby/trema/packet-in.c:103
2258
- msgid "the value of buffer id."
2259
- msgstr ""
2260
-
2261
- # Trema::PacketIn#buffered?
2262
- #: ../ruby/trema/packet-in.c:110
2263
- msgid "A buffer_id value either than +UINT32_MAX+ marks the packet_in as buffered."
2264
- msgstr ""
2265
-
2266
- # @return [true]
2267
- #: ../ruby/trema/packet-in.c:115
2268
- msgid "if packet_in is buffered."
2269
- msgstr ""
2270
-
2271
- # @return [false]
2272
- #: ../ruby/trema/packet-in.c:115
2273
- msgid "if packet_in is not buffered."
2274
- msgstr ""
2275
-
2276
- # Trema::PacketIn#in_port
2277
- #: ../ruby/trema/packet-in.c:127
2278
- msgid "The port the frame was received."
2279
- msgstr ""
2280
-
2281
- # Trema::PacketIn#total_len
2282
- #: ../ruby/trema/packet-in.c:138
2283
- msgid "The full length of the received frame."
2284
- msgstr ""
2285
-
2286
- # @return [Number]
2287
- #: ../ruby/trema/packet-in.c:142
2288
- msgid "the value of total_len."
2289
- msgstr ""
2290
-
2291
- # Trema::PacketIn#data
2292
- #: ../ruby/trema/packet-in.c:149
2293
- msgid "A String that holds the entire or portion of the received frame.\n"
2294
- "Length of data, total_len - 20 bytes."
2295
- msgstr ""
2296
-
2297
- # @return [String]
2298
- #: ../ruby/trema/packet-in.c:154
2299
- #: ../ruby/trema/packet-in.c:872
2300
- msgid "the value of data."
2301
- msgstr ""
2302
-
2303
- # Trema::PacketIn#reason
2304
- #: ../ruby/trema/packet-in.c:162
2305
- msgid "The reason why the +OFPT_PACKET_IN+ message was sent."
2306
- msgstr ""
2307
-
2308
- # Trema::PacketIn#macsa
2309
- #: ../ruby/trema/packet-in.c:173
2310
- msgid "The MAC source address."
2311
- msgstr ""
2312
-
2313
- # @return [Trema::Mac]
2314
- #: ../ruby/trema/packet-in.c:177
2315
- msgid "macsa MAC source address."
2316
- msgstr ""
2317
-
2318
- # Trema::PacketIn#macda
2319
- #: ../ruby/trema/packet-in.c:184
2320
- msgid "The MAC destination address."
2321
- msgstr ""
2322
-
2323
- # @return [Trema::Mac]
2324
- #: ../ruby/trema/packet-in.c:188
2325
- msgid "macda MAC destination address."
2326
- msgstr ""
2327
-
2328
- # Trema::PacketIn#eth_type
2329
- #: ../ruby/trema/packet-in.c:195
2330
- msgid "The ethernet type."
2331
- msgstr ""
2332
-
2333
- # @return [integer]
2334
- #: ../ruby/trema/packet-in.c:199
2335
- msgid "eth_type The ehternet type."
2336
- msgstr ""
2337
-
2338
- # Trema::PacketIn#vtag?
2339
- #: ../ruby/trema/packet-in.c:206
2340
- msgid "Is a packet with VLAN tag?"
2341
- msgstr ""
2342
-
2343
- # @return [bool]
2344
- #: ../ruby/trema/packet-in.c:210
2345
- msgid "vtag? Is a packet with VLAN tag?"
2346
- msgstr ""
2347
-
2348
- # Trema::PacketIn#vlan_tpid
2349
- #: ../ruby/trema/packet-in.c:222
2350
- msgid "The vlan tpid."
2351
- msgstr ""
2352
-
2353
- # @return [integer]
2354
- #: ../ruby/trema/packet-in.c:226
2355
- msgid "vlan_tpid The vlan tpid"
2356
- msgstr ""
2357
-
2358
- # Trema::PacketIn#vlan_tci
2359
- #: ../ruby/trema/packet-in.c:233
2360
- msgid "The vlan tci."
2361
- msgstr ""
2362
-
2363
- # @return [integer]
2364
- #: ../ruby/trema/packet-in.c:237
2365
- msgid "vlan_tci The vlan tci"
2366
- msgstr ""
2367
-
2368
- # Trema::PacketIn#vlan_prio
2369
- #: ../ruby/trema/packet-in.c:244
2370
- msgid "The vlan prio."
2371
- msgstr ""
2372
-
2373
- # @return [integer]
2374
- #: ../ruby/trema/packet-in.c:248
2375
- msgid "vlan_prio The vlan prio"
2376
- msgstr ""
2377
-
2378
- # Trema::PacketIn#vlan_cfi
2379
- #: ../ruby/trema/packet-in.c:255
2380
- msgid "The vlan cfi."
2381
- msgstr ""
2382
-
2383
- # @return [integer]
2384
- #: ../ruby/trema/packet-in.c:259
2385
- msgid "vlan_cfi The vlan cfi"
2386
- msgstr ""
2387
-
2388
- # Trema::PacketIn#vlan_vid
2389
- #: ../ruby/trema/packet-in.c:266
2390
- msgid "The vlan vid."
2391
- msgstr ""
2392
-
2393
- # @return [integer]
2394
- #: ../ruby/trema/packet-in.c:270
2395
- msgid "vlan_vid The vlan vid"
2396
- msgstr ""
2397
-
2398
- # Trema::PacketIn#arp?
2399
- #: ../ruby/trema/packet-in.c:277
2400
- msgid "Is an ARP packet?"
2401
- msgstr ""
2402
-
2403
- # @return [bool]
2404
- #: ../ruby/trema/packet-in.c:281
2405
- msgid "arp? Is an ARP packet?"
2406
- msgstr ""
2407
-
2408
- # Trema::PacketIn#arp_oper
2409
- #: ../ruby/trema/packet-in.c:293
2410
- msgid "The ARP operation code."
2411
- msgstr ""
2412
-
2413
- # @return [integer]
2414
- #: ../ruby/trema/packet-in.c:297
2415
- msgid "arp_oper Operation code."
2416
- msgstr ""
2417
-
2418
- # Trema::PacketIn#arp_sha
2419
- #: ../ruby/trema/packet-in.c:304
2420
- msgid "The ARP source hardware address."
2421
- msgstr ""
2422
-
2423
- # @return [Trema::Mac]
2424
- #: ../ruby/trema/packet-in.c:308
2425
- msgid "arp_sha MAC hardware address."
2426
- msgstr ""
2427
-
2428
- # Trema::PacketIn#arp_spa
2429
- #: ../ruby/trema/packet-in.c:320
2430
- msgid "The ARP source protocol address."
2431
- msgstr ""
2432
-
2433
- # @return [Trema::IP]
2434
- #: ../ruby/trema/packet-in.c:324
2435
- msgid "arp_spa IP protocol address."
2436
- msgstr ""
2437
-
2438
- # Trema::PacketIn#arp_tha
2439
- #: ../ruby/trema/packet-in.c:336
2440
- msgid "The ARP target hardware address."
2441
- msgstr ""
2442
-
2443
- # @return [Trema::Mac]
2444
- #: ../ruby/trema/packet-in.c:340
2445
- msgid "arp_tha MAC hardware address."
2446
- msgstr ""
2447
-
2448
- # Trema::PacketIn#arp_tpa
2449
- #: ../ruby/trema/packet-in.c:352
2450
- msgid "The ARP target protocol address."
2451
- msgstr ""
2452
-
2453
- # @return [Trema::IP]
2454
- #: ../ruby/trema/packet-in.c:356
2455
- msgid "arp_tpa IP protocol address."
2456
- msgstr ""
2457
-
2458
- # Trema::PacketIn#ipv4?
2459
- #: ../ruby/trema/packet-in.c:368
2460
- msgid "Is an IPV4 packet?"
2461
- msgstr ""
2462
-
2463
- # @return [bool]
2464
- #: ../ruby/trema/packet-in.c:372
2465
- msgid "ipv4? Is an IPV4 packet?"
2466
- msgstr ""
2467
-
2468
- # Trema::PacketIn#ipv4_version
2469
- #: ../ruby/trema/packet-in.c:384
2470
- msgid "The IPv4 version number."
2471
- msgstr ""
2472
-
2473
- # @return [Integer]
2474
- #: ../ruby/trema/packet-in.c:388
2475
- msgid "ipv4_version The IPv4 version number."
2476
- msgstr ""
2477
-
2478
- # Trema::PacketIn#ipv4_ihl
2479
- #: ../ruby/trema/packet-in.c:395
2480
- msgid "The IPv4 internet header length."
2481
- msgstr ""
2482
-
2483
- # @return [Integer]
2484
- #: ../ruby/trema/packet-in.c:399
2485
- msgid "ipv4_ihl The IPv4 internet header length."
2486
- msgstr ""
2487
-
2488
- # Trema::PacketIn#ipv4_tos
2489
- #: ../ruby/trema/packet-in.c:406
2490
- msgid "The IPv4 tos value."
2491
- msgstr ""
2492
-
2493
- # @return [Integer]
2494
- #: ../ruby/trema/packet-in.c:410
2495
- msgid "ipv4_tos The IPv4 tos value."
2496
- msgstr ""
2497
-
2498
- # Trema::PacketIn#ipv4_tot_len
2499
- #: ../ruby/trema/packet-in.c:417
2500
- msgid "The IPv4 total length."
2501
- msgstr ""
2502
-
2503
- # @return [Integer]
2504
- #: ../ruby/trema/packet-in.c:421
2505
- msgid "ipv4_tot_len The IPv4 total length."
2506
- msgstr ""
2507
-
2508
- # Trema::PacketIn#ipv4_id
2509
- #: ../ruby/trema/packet-in.c:428
2510
- msgid "The IPv4 identifier."
2511
- msgstr ""
2512
-
2513
- # @return [Integer]
2514
- #: ../ruby/trema/packet-in.c:432
2515
- msgid "ipv4_id The IPv4 identifier."
2516
- msgstr ""
2517
-
2518
- # Trema::PacketIn#ipv4_frag_off
2519
- #: ../ruby/trema/packet-in.c:439
2520
- msgid "The IPv4 fragment offset."
2521
- msgstr ""
2522
-
2523
- # @return [Integer]
2524
- #: ../ruby/trema/packet-in.c:443
2525
- msgid "ipv4_frag_off The IPv4 fragment offset."
2526
- msgstr ""
2527
-
2528
- # Trema::PacketIn#ipv4_ttl
2529
- #: ../ruby/trema/packet-in.c:450
2530
- msgid "The IPv4 ttl value."
2531
- msgstr ""
2532
-
2533
- # @return [Integer]
2534
- #: ../ruby/trema/packet-in.c:454
2535
- msgid "ipv4_ttl The IPv4 ttl value."
2536
- msgstr ""
2537
-
2538
- # Trema::PacketIn#ipv4_protocol
2539
- #: ../ruby/trema/packet-in.c:461
2540
- msgid "The IPv4 protocol number."
2541
- msgstr ""
2542
-
2543
- # @return [Integer]
2544
- #: ../ruby/trema/packet-in.c:465
2545
- msgid "ipv4_protocol The IPv4 protocol number."
2546
- msgstr ""
2547
-
2548
- # Trema::PacketIn#ipv4_checksum
2549
- #: ../ruby/trema/packet-in.c:472
2550
- msgid "The IPv4 checksum."
2551
- msgstr ""
2552
-
2553
- # @return [Integer]
2554
- #: ../ruby/trema/packet-in.c:476
2555
- msgid "ipv4_checksum The IPv4 checksum."
2556
- msgstr ""
2557
-
2558
- # Trema::PacketIn#ipv4_saddr
2559
- #: ../ruby/trema/packet-in.c:483
2560
- msgid "The IPV4 source protocol address."
2561
- msgstr ""
2562
-
2563
- # @return [Trema::IP]
2564
- #: ../ruby/trema/packet-in.c:487
2565
- msgid "ipv4_saddr IP protocol address."
2566
- msgstr ""
2567
-
2568
- # Trema::PacketIn#ipv4_daddr
2569
- #: ../ruby/trema/packet-in.c:499
2570
- msgid "The IPV4 destination protocol address."
2571
- msgstr ""
2572
-
2573
- # @return [Trema::IP]
2574
- #: ../ruby/trema/packet-in.c:503
2575
- msgid "ipv4_daddr IP protocol address."
2576
- msgstr ""
2577
-
2578
- # Trema::PacketIn#icmpv4?
2579
- #: ../ruby/trema/packet-in.c:515
2580
- msgid "Is an ICMPv4 packet?"
2581
- msgstr ""
2582
-
2583
- # @return [bool]
2584
- #: ../ruby/trema/packet-in.c:519
2585
- msgid "icmpv4? Is an ICMPv4 packet?"
2586
- msgstr ""
2587
-
2588
- # Trema::PacketIn#icmpv4_type
2589
- #: ../ruby/trema/packet-in.c:531
2590
- msgid "The ICMPv4 message type."
2591
- msgstr ""
2592
-
2593
- # @return [Integer]
2594
- #: ../ruby/trema/packet-in.c:535
2595
- msgid "icmpv4_type The ICMPv4 message type."
2596
- msgstr ""
2597
-
2598
- # Trema::PacketIn#icmpv4_code
2599
- #: ../ruby/trema/packet-in.c:542
2600
- msgid "The ICMPv4 message code."
2601
- msgstr ""
2602
-
2603
- # @return [Integer]
2604
- #: ../ruby/trema/packet-in.c:546
2605
- msgid "icmpv4_code The ICMPv4 message code."
2606
- msgstr ""
2607
-
2608
- # Trema::PacketIn#icmpv4_checksum
2609
- #: ../ruby/trema/packet-in.c:553
2610
- msgid "The ICMPv4 message checksum."
2611
- msgstr ""
2612
-
2613
- # @return [Integer]
2614
- #: ../ruby/trema/packet-in.c:557
2615
- msgid "icmpv4_checksum The ICMPv4 message checksum."
2616
- msgstr ""
2617
-
2618
- # Trema::PacketIn#icmpv4_id
2619
- #: ../ruby/trema/packet-in.c:564
2620
- msgid "The identifier of ICMPv4 echo."
2621
- msgstr ""
2622
-
2623
- # @return [Integer]
2624
- #: ../ruby/trema/packet-in.c:568
2625
- msgid "icmpv4_id The identifier of ICMPv4 echo."
2626
- msgstr ""
2627
-
2628
- # Trema::PacketIn#icmpv4_seq
2629
- #: ../ruby/trema/packet-in.c:575
2630
- msgid "The sequence number of ICMPv4 echo."
2631
- msgstr ""
2632
-
2633
- # @return [Integer]
2634
- #: ../ruby/trema/packet-in.c:579
2635
- msgid "icmpv4_id The sequence number of ICMPv4 echo."
2636
- msgstr ""
2637
-
2638
- # Trema::PacketIn#icmpv4_gateway
2639
- #: ../ruby/trema/packet-in.c:586
2640
- msgid "The gateway address of ICMPv4 redicect."
2641
- msgstr ""
2642
-
2643
- # @return [Trema::IP]
2644
- #: ../ruby/trema/packet-in.c:590
2645
- msgid "icmp_gateway The gateway address of ICMPv4 redicect."
2646
- msgstr ""
2647
-
2648
- # Trema::PacketIn#igmp?
2649
- #: ../ruby/trema/packet-in.c:602
2650
- msgid "Is an IGMP packet?"
2651
- msgstr ""
2652
-
2653
- # @return [bool]
2654
- #: ../ruby/trema/packet-in.c:606
2655
- msgid "igmp? Is an IGMP packet?"
2656
- msgstr ""
2657
-
2658
- # Trema::PacketIn#igmp_membership_query?
2659
- #: ../ruby/trema/packet-in.c:618
2660
- msgid "Is an IGMP membership query packet?"
2661
- msgstr ""
2662
-
2663
- # @return [bool]
2664
- #: ../ruby/trema/packet-in.c:622
2665
- msgid "igmp_membership_query? Is an IGMP membership query packet?"
2666
- msgstr ""
2667
-
2668
- # Trema::PacketIn#igmp_v1_membership_report?
2669
- #: ../ruby/trema/packet-in.c:634
2670
- msgid "Is an IGMP v1 membership report packet?"
2671
- msgstr ""
2672
-
2673
- # @return [bool]
2674
- #: ../ruby/trema/packet-in.c:638
2675
- msgid "igmp_v1_membership_report? Is an IGMP v1 membership report packet?"
2676
- msgstr ""
2677
-
2678
- # Trema::PacketIn#igmp_v2_membership_report?
2679
- #: ../ruby/trema/packet-in.c:650
2680
- msgid "Is an IGMP v2 membership report packet?"
2681
- msgstr ""
2682
-
2683
- # @return [bool]
2684
- #: ../ruby/trema/packet-in.c:654
2685
- msgid "igmp_v2_membership_report? Is an IGMP v2 membership report packet?"
2686
- msgstr ""
2687
-
2688
- # Trema::PacketIn#igmp_v2_leave_group?
2689
- #: ../ruby/trema/packet-in.c:666
2690
- msgid "Is an IGMP v2 leave group packet?"
2691
- msgstr ""
2692
-
2693
- # @return [bool]
2694
- #: ../ruby/trema/packet-in.c:670
2695
- msgid "igmp_v2_leave_group? Is an IGMP v2 leave group packet?"
2696
- msgstr ""
2697
-
2698
- # Trema::PacketIn#igmp_v3_membership_report?
2699
- #: ../ruby/trema/packet-in.c:682
2700
- msgid "Is an IGMP v3 membership report packet?"
2701
- msgstr ""
2702
-
2703
- # @return [bool]
2704
- #: ../ruby/trema/packet-in.c:686
2705
- msgid "igmp_v3_membership_report? Is an IGMP v3 membership report packet?"
2706
- msgstr ""
2707
-
2708
- # Trema::PacketIn#igmp_type
2709
- #: ../ruby/trema/packet-in.c:698
2710
- msgid "The IGMP message type."
2711
- msgstr ""
2712
-
2713
- # @return [Integer]
2714
- #: ../ruby/trema/packet-in.c:702
2715
- msgid "igmp_type IGMP type."
2716
- msgstr ""
2717
-
2718
- # Trema::PacketIn#igmp_group
2719
- #: ../ruby/trema/packet-in.c:709
2720
- msgid "The IGMP group address."
2721
- msgstr ""
2722
-
2723
- # @return [Trema::IP]
2724
- #: ../ruby/trema/packet-in.c:713
2725
- msgid "igmp_group an IGMP group address."
2726
- msgstr ""
2727
-
2728
- # Trema::PacketIn#igmp_checksum
2729
- #: ../ruby/trema/packet-in.c:725
2730
- msgid "The IGMP checksum."
2731
- msgstr ""
2732
-
2733
- # @return [Integer]
2734
- #: ../ruby/trema/packet-in.c:729
2735
- msgid "igmp_checksum a IGMP checksum."
2736
- msgstr ""
2737
-
2738
- # Trema::PacketIn#tcp?
2739
- #: ../ruby/trema/packet-in.c:736
2740
- msgid "Is a TCP packet?"
2741
- msgstr ""
2742
-
2743
- # @return [bool]
2744
- #: ../ruby/trema/packet-in.c:740
2745
- msgid "tcp? Is a TCP packet?"
2746
- msgstr ""
2747
-
2748
- # Trema::PacketIn#tcp_src_port
2749
- #: ../ruby/trema/packet-in.c:752
2750
- msgid "The TCP source port."
2751
- msgstr ""
2752
-
2753
- # @return [Integer]
2754
- #: ../ruby/trema/packet-in.c:756
2755
- msgid "tcp_src_port TCP port."
2756
- msgstr ""
2757
-
2758
- # Trema::PacketIn#tcp_dst_port
2759
- #: ../ruby/trema/packet-in.c:763
2760
- msgid "The TCP destination port."
2761
- msgstr ""
2762
-
2763
- # @return [Integer]
2764
- #: ../ruby/trema/packet-in.c:767
2765
- msgid "tcp_dst_port TCP port."
2766
- msgstr ""
2767
-
2768
- # Trema::PacketIn#tcp_seq_no
2769
- #: ../ruby/trema/packet-in.c:774
2770
- msgid "The TCP sequence number."
2771
- msgstr ""
2772
-
2773
- # @return [Integer]
2774
- #: ../ruby/trema/packet-in.c:778
2775
- msgid "tcp_seq_no a TCP sequence number."
2776
- msgstr ""
2777
-
2778
- # Trema::PacketIn#tcp_ack_no
2779
- #: ../ruby/trema/packet-in.c:785
2780
- msgid "The TCP acknowledge number."
2781
- msgstr ""
2782
-
2783
- # @return [Integer]
2784
- #: ../ruby/trema/packet-in.c:789
2785
- msgid "tcp_ack_no a TCP acknowkedge number."
2786
- msgstr ""
2787
-
2788
- # Trema::PacketIn#tcp_offset
2789
- #: ../ruby/trema/packet-in.c:796
2790
- msgid "The TCP offset."
2791
- msgstr ""
2792
-
2793
- # @return [Integer]
2794
- #: ../ruby/trema/packet-in.c:800
2795
- msgid "tcp_offset a TCP offset."
2796
- msgstr ""
2797
-
2798
- # Trema::PacketIn#tcp_flags
2799
- #: ../ruby/trema/packet-in.c:807
2800
- msgid "The TCP flags."
2801
- msgstr ""
2802
-
2803
- # @return [Integer]
2804
- #: ../ruby/trema/packet-in.c:811
2805
- msgid "tcp_flags TCP flags."
2806
- msgstr ""
2807
-
2808
- # Trema::PacketIn#tcp_window
2809
- #: ../ruby/trema/packet-in.c:818
2810
- msgid "The TCP window."
2811
- msgstr ""
2812
-
2813
- # @return [Integer]
2814
- #: ../ruby/trema/packet-in.c:822
2815
- msgid "tcp_window a TCP window."
2816
- msgstr ""
2817
-
2818
- # Trema::PacketIn#tcp_checksum
2819
- #: ../ruby/trema/packet-in.c:829
2820
- msgid "The TCP checksum."
2821
- msgstr ""
2822
-
2823
- # @return [Integer]
2824
- #: ../ruby/trema/packet-in.c:833
2825
- msgid "tcp_checksum a TCP checksum."
2826
- msgstr ""
2827
-
2828
- # Trema::PacketIn#tcp_urgent
2829
- #: ../ruby/trema/packet-in.c:840
2830
- msgid "The TCP urgent."
2831
- msgstr ""
2832
-
2833
- # @return [Integer]
2834
- #: ../ruby/trema/packet-in.c:844
2835
- msgid "tcp_urgent a TCP urgent."
2836
- msgstr ""
2837
-
2838
- # Trema::PacketIn#udp?
2839
- #: ../ruby/trema/packet-in.c:851
2840
- msgid "Is an UDP packet?"
2841
- msgstr ""
2842
-
2843
- # @return [bool]
2844
- #: ../ruby/trema/packet-in.c:855
2845
- msgid "udp? Is an UDP packet?"
2846
- msgstr ""
2847
-
2848
- # Trema::PacketIn#udp_payload
2849
- #: ../ruby/trema/packet-in.c:867
2850
- msgid "A String that holds the UDP payload.\n"
2851
- "Length of data, total_len - 20 bytes."
2852
- msgstr ""
2853
-
2854
- # Trema::PacketIn#udp_src_port
2855
- #: ../ruby/trema/packet-in.c:880
2856
- msgid "The UDP source port."
2857
- msgstr ""
2858
-
2859
- # @return [Integer]
2860
- #: ../ruby/trema/packet-in.c:884
2861
- msgid "udp_src_port UDP port."
2862
- msgstr ""
2863
-
2864
- # Trema::PacketIn#udp_dst_port
2865
- #: ../ruby/trema/packet-in.c:891
2866
- msgid "The UDP destination port."
2867
- msgstr ""
2868
-
2869
- # @return [Integer]
2870
- #: ../ruby/trema/packet-in.c:895
2871
- msgid "udp_dst_port UDP port."
2872
- msgstr ""
2873
-
2874
- # Trema::PacketIn#udp_len
2875
- #: ../ruby/trema/packet-in.c:902
2876
- msgid "The UDP length."
2877
- msgstr ""
2878
-
2879
- # @return [Integer]
2880
- #: ../ruby/trema/packet-in.c:906
2881
- msgid "udp_len a UDP length."
2882
- msgstr ""
2883
-
2884
- # Trema::PacketIn#udp_checksum
2885
- #: ../ruby/trema/packet-in.c:913
2886
- msgid "The UDP checksum."
2887
- msgstr ""
2888
-
2889
- # @return [Integer]
2890
- #: ../ruby/trema/packet-in.c:917
2891
- msgid "udp_checksum a UDP checksum."
2892
- msgstr ""
2893
-
2894
- # @param [MinRateQueue]
2895
- # @param [PacketQueue]
2896
- #: ../ruby/trema/packet-queue.rb:91
2897
- #: ../ruby/trema/packet-queue.rb:25
2898
- #: ../ruby/trema/packet-queue.rb:31
2899
- msgid "tag|param|queue"
2900
- msgstr ""
2901
-
2902
- # @param [PacketQueue] queue
2903
- #: ../ruby/trema/packet-queue.rb:25
2904
- msgid "the {PacketQueue} to append to the list."
2905
- msgstr ""
2906
-
2907
- # @return [Array]
2908
- #: ../ruby/trema/packet-queue.rb:25
2909
- #: ../ruby/trema/packet-queue.rb:39
2910
- msgid "an array of {PacketQueue} objects."
2911
- msgstr ""
2912
-
2913
- # Queue.append
2914
- #: ../ruby/trema/packet-queue.rb:30
2915
- msgid "Add queue to list."
2916
- msgstr ""
2917
-
2918
- # @param [PacketQueue] queue
2919
- #: ../ruby/trema/packet-queue.rb:31
2920
- msgid "a {PacketQueue} instance."
2921
- msgstr ""
2922
-
2923
- # Queue.each
2924
- #: ../ruby/trema/packet-queue.rb:45
2925
- msgid "Iterate over each {PacketQueue} item."
2926
- msgstr ""
2927
-
2928
- # @return [Array]
2929
- #: ../ruby/trema/packet-queue.rb:46
2930
- msgid "a list of {PacketQueue} items."
2931
- msgstr ""
2932
-
2933
- # PacketQueue::OFPQT_NONE
2934
- #: ../ruby/trema/packet-queue.rb:56
2935
- msgid "No property for queue."
2936
- msgstr ""
2937
-
2938
- # PacketQueue::OFPQT_MIN_RATE
2939
- #: ../ruby/trema/packet-queue.rb:58
2940
- msgid "Minimum datarate guaranteed."
2941
- msgstr ""
2942
-
2943
- # PacketQueue#queue_id=
2944
- # PacketQueue#queue_id
2945
- #: ../ruby/trema/packet-queue.rb:62
2946
- msgid "Id for the specific queue."
2947
- msgstr ""
2948
-
2949
- # @return [Number]
2950
- #: ../ruby/trema/packet-queue.rb:64
2951
- msgid "queue_id\n"
2952
- "the value of attribute queue_id."
2953
- msgstr ""
2954
-
2955
- # PacketQueue#len=
2956
- # PacketQueue#len
2957
- #: ../ruby/trema/packet-queue.rb:66
2958
- msgid "Queue description's length in bytes."
2959
- msgstr ""
2960
-
2961
- # @return [Number]
2962
- #: ../ruby/trema/packet-queue.rb:68
2963
- msgid "len\n"
2964
- "the value of attribute len."
2965
- msgstr ""
2966
-
2967
- # PacketQueue#properties=
2968
- # PacketQueue#properties
2969
- #: ../ruby/trema/packet-queue.rb:70
2970
- msgid "List of queue properties."
2971
- msgstr ""
2972
-
2973
- # @return [Array]
2974
- #: ../ruby/trema/packet-queue.rb:72
2975
- msgid "properties\n"
2976
- "the value of attribute properties."
2977
- msgstr ""
2978
-
2979
- # @return [PacketQueue]
2980
- #: ../ruby/trema/packet-queue.rb:82
2981
- msgid "a new instance of PacketQueue"
2982
- msgstr ""
2983
-
2984
- # @param [Hash]
2985
- #: ../ruby/trema/port-status-modify.rb:49
2986
- #: ../ruby/trema/port-status-delete.rb:49
2987
- #: ../ruby/trema/packet-queue.rb:82
2988
- #: ../ruby/trema/stats-helper.rb:38
2989
- #: ../ruby/trema/port-status-add.rb:49
2990
- msgid "tag|param|options"
2991
- msgstr ""
2992
-
2993
- # @param [Hash] options
2994
- #: ../ruby/trema/packet-queue.rb:82
2995
- msgid "ths options hash."
2996
- msgstr ""
2997
-
2998
- # @option
2999
- #: ../ruby/trema/port-status-modify.rb:49
3000
- #: ../ruby/trema/port-status-delete.rb:49
3001
- #: ../ruby/trema/packet-queue.rb:82
3002
- #: ../ruby/trema/port-status-add.rb:49
3003
- msgid "tag|option|options"
3004
- msgstr ""
3005
-
3006
- # @param [MinRateQueue] queue
3007
- #: ../ruby/trema/packet-queue.rb:91
3008
- msgid "a property queue {MinRateQueue} object to append to the properties list."
3009
- msgstr ""
3010
-
3011
- # @return [String]
3012
- #: ../ruby/trema/packet-queue.rb:99
3013
- msgid "text representation of {PacketQueue}'s attributes and all its properties\n"
3014
- "queue object's attributes."
3015
- msgstr ""
3016
-
3017
- # QueueProperty#property=
3018
- # QueueProperty#property
3019
- #: ../ruby/trema/packet-queue.rb:111
3020
- msgid "Property queue id.\n"
3021
- "For minimum-rate type queue the property value is set to 1, otherwise defaults\n"
3022
- "to zero."
3023
- msgstr ""
3024
-
3025
- # @return [Number]
3026
- #: ../ruby/trema/packet-queue.rb:115
3027
- msgid "the value of attribute property."
3028
- msgstr ""
3029
-
3030
- # QueueProperty#len=
3031
- # QueueProperty#len
3032
- #: ../ruby/trema/packet-queue.rb:117
3033
- msgid "length of property. If >= 8 minimum-rate type queue is defined."
3034
- msgstr ""
3035
-
3036
- # @return [Number]
3037
- #: ../ruby/trema/packet-queue.rb:119
3038
- msgid "the value of attribute len."
3039
- msgstr ""
3040
-
3041
- # QueueProperty#initialize
3042
- #: ../ruby/trema/packet-queue.rb:123
3043
- msgid "Each queue is described by a set of properties, each of a specific type and\n"
3044
- "configuration."
3045
- msgstr ""
3046
-
3047
- # @return [QueueProperty]
3048
- #: ../ruby/trema/packet-queue.rb:128
3049
- msgid "a new instance of QueueProperty"
3050
- msgstr ""
3051
-
3052
- # @param [Number] property
3053
- #: ../ruby/trema/packet-queue.rb:158
3054
- #: ../ruby/trema/packet-queue.rb:128
3055
- msgid "property queue id."
3056
- msgstr ""
3057
-
3058
- # @param [Number]
3059
- #: ../ruby/trema/packet-queue.rb:158
3060
- #: ../ruby/trema/packet-queue.rb:128
3061
- msgid "tag|param|len"
3062
- msgstr ""
3063
-
3064
- # @param [Number] len
3065
- #: ../ruby/trema/packet-queue.rb:158
3066
- #: ../ruby/trema/packet-queue.rb:128
3067
- msgid "length in bytes of the property queue."
3068
- msgstr ""
3069
-
3070
- # @param [Number]
3071
- #: ../ruby/trema/packet-queue.rb:158
3072
- #: ../ruby/trema/packet-queue.rb:128
3073
- msgid "tag|param|property"
3074
- msgstr ""
3075
-
3076
- # @return [String]
3077
- #: ../ruby/trema/packet-queue.rb:136
3078
- msgid "text representation of its attributes (property,len)."
3079
- msgstr ""
3080
-
3081
- # MinRateQueue#rate=
3082
- # MinRateQueue#rate
3083
- #: ../ruby/trema/packet-queue.rb:144
3084
- msgid "the rate value of the minimum rate queue."
3085
- msgstr ""
3086
-
3087
- # @return [Number]
3088
- #: ../ruby/trema/packet-queue.rb:146
3089
- msgid "the value of attribute rate."
3090
- msgstr ""
3091
-
3092
- # MinRateQueue#initialize
3093
- #: ../ruby/trema/packet-queue.rb:150
3094
- msgid "An object that encapsulates the minimum rate queue property description."
3095
- msgstr ""
3096
-
3097
- # @param [Number]
3098
- #: ../ruby/trema/packet-queue.rb:158
3099
- msgid "tag|param|rate"
3100
- msgstr ""
3101
-
3102
- # @param [Number] rate
3103
- #: ../ruby/trema/packet-queue.rb:158
3104
- msgid "the rate value of the mimimum rate queue."
3105
- msgstr ""
3106
-
3107
- # @return [MinRateQueue]
3108
- #: ../ruby/trema/packet-queue.rb:158
3109
- msgid "a new instance of MinRateQueue"
3110
- msgstr ""
3111
-
3112
- # @param [PacketQueue]
3113
- #: ../ruby/trema/packet-queue.rb:158
3114
- msgid "tag|param|packet_queue"
3115
- msgstr ""
3116
-
3117
- # @param [PacketQueue] packet_queue
3118
- #: ../ruby/trema/packet-queue.rb:158
3119
- msgid "A {PacketQueue} instance to use to save the minimum rate queue."
3120
- msgstr ""
3121
-
3122
- # @return [String]
3123
- #: ../ruby/trema/packet-queue.rb:168
3124
- msgid "text representation of rate prefixed by property and length attributes."
3125
- msgstr ""
3126
-
3127
- # Trema::PacketinFilter
3128
- #: ../ruby/trema/packetin-filter.rb:27
3129
- msgid "The controller class of packetin_filter."
3130
- msgstr ""
3131
-
3132
- # Trema::PacketinFilter#initialize
3133
- #: ../ruby/trema/packetin-filter.rb:31
3134
- msgid "Creates a PacketinFilter controller"
3135
- msgstr ""
3136
-
3137
- # @example
3138
- #: ../ruby/trema/packetin-filter.rb:40
3139
- msgid "Trema::PacketinFilter.new( :lldp => \"topology manager\", :packet_in => \"OpenFlow ping-pong\" )"
3140
- msgstr ""
3141
-
3142
- # Trema::PacketinFilter#name
3143
- #: ../ruby/trema/packetin-filter.rb:48
3144
- msgid "Returns the name of packetin filter"
3145
- msgstr ""
3146
-
3147
- # @example
3148
- #: ../ruby/trema/packetin-filter.rb:57
3149
- msgid "packetin_filter.name => \"packet-in filter\""
3150
- msgstr ""
3151
-
3152
- # Trema::PacketinFilter#run!
3153
- #: ../ruby/trema/packetin-filter.rb:63
3154
- msgid "Starts a packetin filter process"
3155
- msgstr ""
3156
-
3157
- # @example
3158
- #: ../ruby/trema/packetin-filter.rb:72
3159
- msgid "packetin_filter.run!"
3160
- msgstr ""
3161
-
3162
- # Trema::PacketinFilter#check_mandatory_options
3163
- #: ../ruby/trema/packetin-filter.rb:83
3164
- msgid "Checks mandatory options for packetin_filter command"
3165
- msgstr ""
3166
-
3167
- # Trema::PacketinFilter#lldp_queue
3168
- #: ../ruby/trema/packetin-filter.rb:97
3169
- msgid "The lldp option of packetin_filter command"
3170
- msgstr ""
3171
-
3172
- # Trema::PacketinFilter#packetin_queue
3173
- #: ../ruby/trema/packetin-filter.rb:109
3174
- msgid "The packetin option of packetin_filter command"
3175
- msgstr ""
3176
-
3177
- # @return [Phost]
3178
- #: ../ruby/trema/phost.rb:37
3179
- msgid "a new instance of Phost"
3180
- msgstr ""
3181
-
3182
- # Trema::PortMod#initialize
3183
- #: ../ruby/trema/port-mod.c:44
3184
- msgid "A {PortMod} instance a request object to perform operations on a physical port."
3185
- msgstr ""
3186
-
3187
- # Trema::PortMod#port_no
3188
- #: ../ruby/trema/port-mod.c:152
3189
- msgid "Port number and hardware address as a pair identify a port."
3190
- msgstr ""
3191
-
3192
- # @return [Number]
3193
- #: ../ruby/trema/port-mod.c:156
3194
- msgid "the value of port_no."
3195
- msgstr ""
3196
-
3197
- # Trema::PortMod#hw_addr
3198
- #: ../ruby/trema/port-mod.c:163
3199
- msgid "Ethernet address converted and stored as a {Trema::Mac} object."
3200
- msgstr ""
3201
-
3202
- # @return [Mac]
3203
- #: ../ruby/trema/port-mod.c:167
3204
- #: ../ruby/trema/port.c:128
3205
- msgid "the value of hw_addr."
3206
- msgstr ""
3207
-
3208
- # Trema::PortMod#config
3209
- #: ../ruby/trema/port-mod.c:174
3210
- msgid "A port can be administratively brought down, disable flooding or packet\n"
3211
- "forwarding or any other options as per +ofp_port_config+. flags."
3212
- msgstr ""
3213
-
3214
- # @return [Number]
3215
- #: ../ruby/trema/port-mod.c:179
3216
- #: ../ruby/trema/port.c:150
3217
- msgid "the value of config."
3218
- msgstr ""
3219
-
3220
- # Trema::PortMod#mask
3221
- #: ../ruby/trema/port-mod.c:186
3222
- msgid "Set the bitmap as per +config+ attribute."
3223
- msgstr ""
3224
-
3225
- # @return [Number]
3226
- #: ../ruby/trema/port-mod.c:190
3227
- msgid "the value of mask."
3228
- msgstr ""
3229
-
3230
- # Trema::PortMod#advertise
3231
- #: ../ruby/trema/port-mod.c:197
3232
- msgid "Set to zero to prevent any changes."
3233
- msgstr ""
3234
-
3235
- # @return [Number]
3236
- #: ../ruby/trema/port-mod.c:201
3237
- msgid "the value of advertise."
3238
- msgstr ""
3239
-
3240
- # Trema::PortStatsReply#initialize
3241
- #: ../ruby/trema/port-stats-reply.rb:33
3242
- msgid "Port counters or errors for one or more physical ports.\n"
3243
- "A user would not explicitly instantiate a {PortStatsReply} object but would\n"
3244
- "be created as a result of parsing the +OFPT_STATS_REPLY(OFPST_PORT)+ message."
3245
- msgstr ""
3246
-
3247
- # @return [PortStatsReply]
3248
- #: ../ruby/trema/port-stats-reply.rb:100
3249
- msgid "a new instance of PortStatsReply"
3250
- msgstr ""
3251
-
3252
- # Trema::PortStatusAdd
3253
- #: ../ruby/trema/port-status-add.rb:21
3254
- msgid "As physical ports are added to the datapath, the controller needs\n"
3255
- "to be informed with this message."
3256
- msgstr ""
3257
-
3258
- # Trema::PortStatusAdd#initialize
3259
- #: ../ruby/trema/port-status-add.rb:26
3260
- msgid "Creates a port-added message."
3261
- msgstr ""
3262
-
3263
- # @param [Hash] options
3264
- #: ../ruby/trema/port-status-modify.rb:49
3265
- #: ../ruby/trema/port-status-delete.rb:49
3266
- #: ../ruby/trema/port-status-add.rb:49
3267
- msgid "the options to create a message with."
3268
- msgstr ""
3269
-
3270
- # @example
3271
- #: ../ruby/trema/port-status-add.rb:49
3272
- msgid "PortStatusAdd.new(\n"
3273
- " :datapath_id => 0xabc,\n"
3274
- " :transaction_id => 123,\n"
3275
- " :phy_port => port\n"
3276
- ")"
3277
- msgstr ""
3278
-
3279
- # Trema::PortStatusDelete
3280
- #: ../ruby/trema/port-status-delete.rb:21
3281
- msgid "As physical ports are deleted from the datapath, the controller\n"
3282
- "needs to be informed with this message."
3283
- msgstr ""
3284
-
3285
- # Trema::PortStatusDelete#initialize
3286
- #: ../ruby/trema/port-status-delete.rb:26
3287
- msgid "Creates a port-deleted message."
3288
- msgstr ""
3289
-
3290
- # @example
3291
- #: ../ruby/trema/port-status-delete.rb:49
3292
- msgid "PortStatusDelete.new(\n"
3293
- " :datapath_id => 0xabc,\n"
3294
- " :transaction_id => 123,\n"
3295
- " :phy_port => port\n"
3296
- ")"
3297
- msgstr ""
3298
-
3299
- # Trema::PortStatusModify
3300
- #: ../ruby/trema/port-status-modify.rb:21
3301
- msgid "As physical ports of the datapath are modified, the controller\n"
3302
- "needs to be informed with this message."
3303
- msgstr ""
3304
-
3305
- # Trema::PortStatusModify#initialize
3306
- #: ../ruby/trema/port-status-modify.rb:26
3307
- msgid "Creates a port-modified message."
3308
- msgstr ""
3309
-
3310
- # @example
3311
- #: ../ruby/trema/port-status-modify.rb:49
3312
- msgid "PortStatusModify.new(\n"
3313
- " :datapath_id => 0xabc,\n"
3314
- " :transaction_id => 123,\n"
3315
- " :phy_port => port\n"
3316
- ")"
3317
- msgstr ""
3318
-
3319
- # Trema::PortStatus#initialize
3320
- #: ../ruby/trema/port-status.c:31
3321
- msgid "Creates a port status message."
3322
- msgstr ""
3323
-
3324
- # Trema::PortStatus#reason
3325
- #: ../ruby/trema/port-status.c:102
3326
- msgid "The reason value specifies an addition, deletion or modification to a port."
3327
- msgstr ""
3328
-
3329
- # Trema::PortStatus#phy_port
3330
- #: ../ruby/trema/port-status.c:113
3331
- msgid "Port detailed description, state."
3332
- msgstr ""
3333
-
3334
- # @return [Port]
3335
- #: ../ruby/trema/port-status.c:117
3336
- msgid "the value of phy_port."
3337
- msgstr ""
3338
-
3339
- # Trema::Port#initialize
3340
- #: ../ruby/trema/port.c:30
3341
- msgid "Creates a {Port} instance that encapsulates the properties of a physical port.\n"
3342
- "The newly-created instance is initialized from an options hash."
3343
- msgstr ""
3344
-
3345
- # Trema::Port#number
3346
- #: ../ruby/trema/port.c:113
3347
- msgid "The port's unique number."
3348
- msgstr ""
3349
-
3350
- # @return [Number]
3351
- #: ../ruby/trema/port.c:117
3352
- msgid "the value of number."
3353
- msgstr ""
3354
-
3355
- # Trema::Port#hw_addr
3356
- #: ../ruby/trema/port.c:124
3357
- msgid "The port's Ethernet address expressed as a {Mac} object."
3358
- msgstr ""
3359
-
3360
- # Trema::Port#name
3361
- #: ../ruby/trema/port.c:135
3362
- msgid "The port's human readable defined name."
3363
- msgstr ""
3364
-
3365
- # @return [String]
3366
- #: ../ruby/trema/port.c:139
3367
- msgid "the value of name."
3368
- msgstr ""
3369
-
3370
- # Trema::Port#config
3371
- #: ../ruby/trema/port.c:146
3372
- msgid "The port's configuration as a 32-bit bitmap."
3373
- msgstr ""
3374
-
3375
- # Trema::Port#state
3376
- #: ../ruby/trema/port.c:157
3377
- msgid "The port's state as a 32-bit bitmap."
3378
- msgstr ""
3379
-
3380
- # @return [Number]
3381
- #: ../ruby/trema/port.c:161
3382
- msgid "the value of state."
3383
- msgstr ""
3384
-
3385
- # Trema::Port#curr
3386
- #: ../ruby/trema/port.c:168
3387
- msgid "The port's current features as a 32-bit bitmap."
3388
- msgstr ""
3389
-
3390
- # @return [Number]
3391
- #: ../ruby/trema/port.c:172
3392
- msgid "the value of curr."
3393
- msgstr ""
3394
-
3395
- # Trema::Port#advertised
3396
- #: ../ruby/trema/port.c:179
3397
- msgid "The port's advertised features as a 32-bit bitmap."
3398
- msgstr ""
3399
-
3400
- # @return [Number]
3401
- #: ../ruby/trema/port.c:183
3402
- msgid "the value of advertised."
3403
- msgstr ""
3404
-
3405
- # Trema::Port#supported
3406
- #: ../ruby/trema/port.c:190
3407
- msgid "The port's supported features as a 32-bit bitmap."
3408
- msgstr ""
3409
-
3410
- # @return [Number]
3411
- #: ../ruby/trema/port.c:194
3412
- msgid "the value of supported."
3413
- msgstr ""
3414
-
3415
- # Trema::Port#peer
3416
- #: ../ruby/trema/port.c:201
3417
- msgid "The features advertised by the peer connected to the port as a 32-bit bitmap."
3418
- msgstr ""
3419
-
3420
- # @return [Number]
3421
- #: ../ruby/trema/port.c:205
3422
- msgid "the value of peer."
3423
- msgstr ""
3424
-
3425
- # Trema::Port#up?
3426
- #: ../ruby/trema/port.c:212
3427
- msgid "Tests if the port is up."
3428
- msgstr ""
3429
-
3430
- # @return [Boolean]
3431
- #: ../ruby/trema/port.c:216
3432
- msgid "true if port is up otherwise false."
3433
- msgstr ""
3434
-
3435
- # Trema::Port#down?
3436
- #: ../ruby/trema/port.c:231
3437
- msgid "Tests if the port is down."
3438
- msgstr ""
3439
-
3440
- # @return [Boolean]
3441
- #: ../ruby/trema/port.c:235
3442
- msgid "true if port is down otherwise false."
3443
- msgstr ""
3444
-
3445
- # Trema::Port#<=>
3446
- #: ../ruby/trema/port.c:242
3447
- msgid "Compares two ports by substracting their unique numbers."
3448
- msgstr ""
3449
-
3450
- # @return [Number]
3451
- #: ../ruby/trema/port.c:246
3452
- msgid "the result of the substraction. Zero ports are equal."
3453
- msgstr ""
3454
-
3455
- # @return [Process]
3456
- #: ../ruby/trema/process.rb:31
3457
- msgid "a new instance of Process"
3458
- msgstr ""
3459
-
3460
- # Trema::QueueGetConfigReply#initialize
3461
- #: ../ruby/trema/queue-get-config-reply.c:30
3462
- msgid "A reply instance of {QueueGetConfigReply} constructed when\n"
3463
- "+OFPT_QUEUE_GET_CONFIG_REPLY+ message received."
3464
- msgstr ""
3465
-
3466
- # Trema::QueueGetConfigReply#queues
3467
- #: ../ruby/trema/queue-get-config-reply.c:102
3468
- msgid "An array of {PacketQueue} objects. A packet queue is further classified\n"
3469
- "depending on its properties. Currently only a minimum-rate type queue\n"
3470
- "supported."
3471
- msgstr ""
3472
-
3473
- # @return [Array<PacketQueue>]
3474
- #: ../ruby/trema/queue-get-config-reply.c:108
3475
- msgid "the value of queues."
3476
- msgstr ""
3477
-
3478
- # Trema::QueueGetConfigRequest#initialize
3479
- #: ../ruby/trema/queue-get-config-request.c:38
3480
- msgid "Request message to retrieve configuration about a queue port setting that\n"
3481
- "quantifies a QoS.\n"
3482
- "Each flow entry contains a queue that a flow is mapped to set constraints to\n"
3483
- "define some restriction like maximum/minimum data rate."
3484
- msgstr ""
3485
-
3486
- # Trema::QueueStatsReply#initialize
3487
- #: ../ruby/trema/queue-stats-reply.rb:31
3488
- msgid "Queue statistics for a port.\n"
3489
- "A user would not explicitly instantiate a {QueueStatsReply} object but\n"
3490
- "would be created as a result of parsing the +OFPT_STATS_REPLY(OFPST_QUEUE)+\n"
3491
- "message."
3492
- msgstr ""
3493
-
3494
- # @return [QueueStatsReply]
3495
- #: ../ruby/trema/queue-stats-reply.rb:67
3496
- msgid "a new instance of QueueStatsReply"
3497
- msgstr ""
3498
-
3499
- # @return [RubySwitch]
3500
- #: ../ruby/trema/ruby-switch.rb:28
3501
- msgid "a new instance of RubySwitch"
3502
- msgstr ""
3503
-
3504
- # Trema::SetConfig#initialize
3505
- #: ../ruby/trema/set-config.c:38
3506
- msgid "A {SetConfig} object instance represents a set of attributes which allow\n"
3507
- "tuning the behavior of the openflow protocol in some way."
3508
- msgstr ""
3509
-
3510
- # Trema::SetConfig#flags
3511
- #: ../ruby/trema/set-config.c:122
3512
- msgid "A 2-bit value that can be set to indicate no special handling, drop or reassemble\n"
3513
- "IP fragments."
3514
- msgstr ""
3515
-
3516
- # Trema::StatsHelper#initialize
3517
- #: ../ruby/trema/stats-helper.rb:26
3518
- msgid "Invoked by each StatsReply subclass to assign their instance attributes \n"
3519
- "to a value."
3520
- msgstr ""
3521
-
3522
- # @param [Hash] options
3523
- #: ../ruby/trema/stats-helper.rb:38
3524
- msgid "key/value pairs of attributes to match against the fields to set."
3525
- msgstr ""
3526
-
3527
- # @param [Array]
3528
- #: ../ruby/trema/stats-helper.rb:38
3529
- msgid "tag|param|fields"
3530
- msgstr ""
3531
-
3532
- # @param [Array] fields
3533
- #: ../ruby/trema/stats-helper.rb:38
3534
- msgid "an array of attribute names."
3535
- msgstr ""
3536
-
3537
- # @return [String]
3538
- #: ../ruby/trema/stats-helper.rb:49
3539
- msgid "an alphabetically sorted text of attribute name/value pairs."
3540
- msgstr ""
3541
-
3542
- # Trema::StatsReply#initialize
3543
- #: ../ruby/trema/stats-reply.c:32
3544
- msgid "A {StatsReply} instance that encapsulates the header part of the\n"
3545
- "+OFPT_STATS_REPLY+ message. The body of the reply message may be an array\n"
3546
- "of one or more specific reply objects designated by the type.\n"
3547
- "The user would not instantiate stats. reply objects explicitly, the stats.\n"
3548
- "reply handler would normally do that while parsing the message."
3549
- msgstr ""
3550
-
3551
- # @return [StatsReply]
3552
- #: ../ruby/trema/stats-reply.c:69
3553
- msgid "an object that encapsulates the +OFPT_STATS_REPLY+ openflow message."
3554
- msgstr ""
3555
-
3556
- # Trema::StatsReply#type
3557
- #: ../ruby/trema/stats-reply.c:99
3558
- msgid "The type of this reply."
3559
- msgstr ""
3560
-
3561
- # Trema::StatsReply#flags
3562
- #: ../ruby/trema/stats-reply.c:110
3563
- msgid "Flag that indicates if more reply message(s) expected to follow."
3564
- msgstr ""
3565
-
3566
- # Trema::StatsReply#stats
3567
- #: ../ruby/trema/stats-reply.c:121
3568
- msgid "A list of reply type objects for this message."
3569
- msgstr ""
3570
-
3571
- # @return [Array<PortStatsReply>]
3572
- #: ../ruby/trema/stats-reply.c:136
3573
- msgid "an array of {PortStatsReply} objects if type is +OFPST_PORT+."
3574
- msgstr ""
3575
-
3576
- # @return [VendorStatsReply]
3577
- #: ../ruby/trema/stats-reply.c:136
3578
- msgid "a {VendorStatsReply} object if type is +OFPST_VENDOR+."
3579
- msgstr ""
3580
-
3581
- # @return [Array<TableStatsReply>]
3582
- #: ../ruby/trema/stats-reply.c:136
3583
- msgid "an array of {TableStatsReply} objects if type is +OFPST_TABLE+."
3584
- msgstr ""
3585
-
3586
- # @return [Array<FlowStatsReply>]
3587
- #: ../ruby/trema/stats-reply.c:136
3588
- msgid "an array of {FlowStatsReply} objects if type is +OFPST_FLOW+."
3589
- msgstr ""
3590
-
3591
- # @return [Array<QueueStatsReply>]
3592
- #: ../ruby/trema/stats-reply.c:136
3593
- msgid "an array of {QueueStatsReply} objects if type is +OFPST_QUEUE+."
3594
- msgstr ""
3595
-
3596
- # @return [AggregateStatsReply]
3597
- #: ../ruby/trema/stats-reply.c:136
3598
- msgid "a {AggregateStatsReply} object if type is +OFPST_AGGREGATE+."
3599
- msgstr ""
3600
-
3601
- # @return [SwitchDaemon]
3602
- #: ../ruby/trema/switch-daemon.rb:25
3603
- msgid "a new instance of SwitchDaemon"
3604
- msgstr ""
3605
-
3606
- # Trema::SwitchManager
3607
- #: ../ruby/trema/switch-manager.rb:29
3608
- msgid "The controller class of switch_manager"
3609
- msgstr ""
3610
-
3611
- # Trema::SwitchManager#rule=
3612
- # Trema::SwitchManager#rule
3613
- #: ../ruby/trema/switch-manager.rb:40
3614
- msgid "Event forwarding rule"
3615
- msgstr ""
3616
-
3617
- # @example
3618
- #: ../ruby/trema/switch-manager.rb:47
3619
- msgid "switch_manager.rule => { :port_status => \"topology manager\", :packet_in => \"controller\", :state_notify => \"topology manager\" }"
3620
- msgstr ""
3621
-
3622
- # Trema::SwitchManager#no_flow_cleanup=
3623
- # Trema::SwitchManager#no_flow_cleanup
3624
- #: ../ruby/trema/switch-manager.rb:51
3625
- msgid "Do not cleanup the flow table of switches on startup"
3626
- msgstr ""
3627
-
3628
- # @example
3629
- #: ../ruby/trema/switch-manager.rb:58
3630
- msgid "switch_manager.no_flow_cleanup = true"
3631
- msgstr ""
3632
-
3633
- # Trema::SwitchManager#initialize
3634
- #: ../ruby/trema/switch-manager.rb:62
3635
- msgid "Creates a switch manager controller"
3636
- msgstr ""
3637
-
3638
- # @example
3639
- #: ../ruby/trema/switch-manager.rb:70
3640
- msgid "rule = { :port_status => \"topology manager\", :packet_in => \"controller\", :state_notify => \"topology manager\", :vendor => \"controller\" }\n"
3641
- "switch_manager = Trema::SwitchManager.new( rule )"
3642
- msgstr ""
3643
-
3644
- # Trema::SwitchManager#name
3645
- #: ../ruby/trema/switch-manager.rb:79
3646
- msgid "Returns the name of switch manager"
3647
- msgstr ""
3648
-
3649
- # @example
3650
- #: ../ruby/trema/switch-manager.rb:86
3651
- msgid "switch_maanger.name => \"switch manager\""
3652
- msgstr ""
3653
-
3654
- # Trema::Switch#dpid
3655
- # Trema::Switch#datapath_id
3656
- #: ../ruby/trema/switch.rb:22
3657
- #: ../ruby/trema/switch.rb:23
3658
- msgid "Returns the value of attribute dpid"
3659
- msgstr ""
3660
-
3661
- # @return [Switch]
3662
- #: ../ruby/trema/switch.rb:30
3663
- msgid "a new instance of Switch"
3664
- msgstr ""
3665
-
3666
- # Trema::TableStatsReply#initialize
3667
- #: ../ruby/trema/table-stats-reply.rb:31
3668
- msgid "Information about tables that a switch supports. A switch may choose to\n"
3669
- "maintain a single table that can store both wildcard and exact match flows.\n"
3670
- "Or may use separate tables for each flow type.\n"
3671
- "A user would not explicitly instantiate a {TableStatsReply} object but would\n"
3672
- "be created as a result of parsing the +OFPT_STATS_REPLY(OFPST_TABLE)+ message."
3673
- msgstr ""
3674
-
3675
- # @return [TableStatsReply]
3676
- #: ../ruby/trema/table-stats-reply.rb:76
3677
- msgid "a new instance of TableStatsReply"
3678
- msgstr ""
3679
-
3680
- # Timers::TimerMethods#add_periodic_timer_event
3681
- # Timers::TimerMethods#periodic_timer_event
3682
- #: ../ruby/trema/timers.rb:74
3683
- #: ../ruby/trema/timers.rb:78
3684
- msgid "shortcut methods"
3685
- msgstr ""
3686
-
3687
- # Trema::VendorStatsReply#initialize
3688
- #: ../ruby/trema/vendor-stats-reply.rb:31
3689
- msgid "Vendor statistics reply.\n"
3690
- "A user would not explicitly instantiate a {VendorStatsReply} object but would\n"
3691
- "be created as a result of parsing the +OFPT_STATS_REPLY(OFPST_VENDOR)+\n"
3692
- "openflow message."
3693
- msgstr ""
3694
-
3695
- # @return [VendorStatsReply]
3696
- #: ../ruby/trema/vendor-stats-reply.rb:51
3697
- msgid "a new instance of VendorStatsReply"
3698
- msgstr ""
3699
-
3700
- # Trema::Vendor#initialize
3701
- #: ../ruby/trema/vendor.c:36
3702
- msgid "Creates a Vendor Reqeust message. This message can be used\n"
3703
- "to facilitate sending of vendor-defined arbitrary data."
3704
- msgstr ""
3705
-
3706
- # @raise [TypeError]
3707
- #: ../ruby/trema/vendor.c:67
3708
- msgid "if options is not a hash."
3709
- msgstr ""
3710
-
3711
- # @raise [ArgumentError]
3712
- #: ../ruby/trema/vendor.c:67
3713
- msgid "if user data is not an array of bytes."
3714
- msgstr ""
3715
-
3716
- # Trema::Vendor#vendor
3717
- #: ../ruby/trema/vendor.c:140
3718
- msgid "A 32-bit value that uniquely identifies the vendor."
3719
- msgstr ""
3720
-
3721
- # @return [Number]
3722
- #: ../ruby/trema/vendor.c:144
3723
- msgid "the value of vendor id."
3724
- msgstr ""
3725
-
3726
- # Trema::Vendor#data
3727
- #: ../ruby/trema/vendor.c:154
3728
- msgid "Vendor specific data payload."
3729
- msgstr ""
3730
-
3731
- # @return [nil]
3732
- #: ../ruby/trema/vendor.c:159
3733
- msgid "vendor specific data not found."
3734
- msgstr ""
3735
-
3736
- # @return [Array]
3737
- #: ../ruby/trema/vendor.c:159
3738
- msgid "an array of data payload bytes."
3739
- msgstr ""
3740
-