UNPKG
ofpmsg-js
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
OpenFlow message javascript library
github.com/flowgrammable/ofpmsg-js
flowgrammable/ofpmsg-js
ofpmsg-js
/
lib
/
ofp1_3
/
ports.js
16 lines
(13 loc)
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(
function
(
){
var
PORTS
= {
'in_port'
:
0xfffffff8
,
'table'
:
0xfffffff9
,
'normal'
:
0xfffffffa
,
'flood'
:
0xfffffffb
,
'all'
:
0xfffffffc
,
'controller'
:
0xfffffffd
,
'local'
:
0xfffffffe
,
'any'
:
0xffffffff
};
module
.
exports
=
PORTS
; })();