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_0
/
ports.js
16 lines
(13 loc)
•
253 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'
:
0xfff8
,
'table'
:
0xfff9
,
'normal'
:
0xfffa
,
'flood'
:
0xfffb
,
'all'
:
0xfffc
,
'controller'
:
0xfffd
,
'local'
:
0xfffe
,
'none'
:
0xffff
};
module
.
exports
=
PORTS
; })();