artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
543cee8
)
small adjustment of the deck chairs, no functional change.
author
dlg
<dlg@openbsd.org>
Tue, 23 Feb 2021 11:44:53 +0000
(11:44 +0000)
committer
dlg
<dlg@openbsd.org>
Tue, 23 Feb 2021 11:44:53 +0000
(11:44 +0000)
sys/net/if_bridge.c
patch
|
blob
|
history
diff --git
a/sys/net/if_bridge.c
b/sys/net/if_bridge.c
index
3b526e6
..
991f753
100644
(file)
--- a/
sys/net/if_bridge.c
+++ b/
sys/net/if_bridge.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_bridge.c,v 1.35
0 2021/02/23 09:51:08
dlg Exp $ */
+/* $OpenBSD: if_bridge.c,v 1.35
1 2021/02/23 11:44:53
dlg Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@
-1555,7
+1555,7
@@
bridge_ipsec(struct ifnet *ifp, struct ether_header *eh, int hassnap,
case IPPROTO_IPCOMP:
m_copydata(m, hlen + sizeof(u_int16_t),
sizeof(u_int16_t), (caddr_t)&cpi);
- spi =
ntohl(hton
s(cpi));
+ spi =
htonl(ntoh
s(cpi));
break;
}