artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61254e4
)
long to uint32_t port
author
reyk
<reyk@openbsd.org>
Thu, 21 Jul 2016 08:40:14 +0000
(08:40 +0000)
committer
reyk
<reyk@openbsd.org>
Thu, 21 Jul 2016 08:40:14 +0000
(08:40 +0000)
usr.sbin/switchd/ofp10.c
patch
|
blob
|
history
diff --git
a/usr.sbin/switchd/ofp10.c
b/usr.sbin/switchd/ofp10.c
index
c12a326
..
accba94
100644
(file)
--- a/
usr.sbin/switchd/ofp10.c
+++ b/
usr.sbin/switchd/ofp10.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ofp10.c,v 1.
5 2016/07/21 08:39:23
reyk Exp $ */
+/* $OpenBSD: ofp10.c,v 1.
6 2016/07/21 08:40:14
reyk Exp $ */
/*
* Copyright (c) 2013-2016 Reyk Floeter <reyk@openbsd.org>
@@
-317,7
+317,7
@@
ofp10_packet_in(struct switchd *sc, struct switch_connection *con,
struct ibuf *obuf = NULL;
int ret = -1;
size_t len;
-
long
srcport, dstport;
+
uint32_t
srcport, dstport;
int addflow = 0;
int addpacket = 0;