summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-06-21 20:34:56 -0400
committerjim-p <jim@pingle.org>2009-06-21 20:34:56 -0400
commit74c9f9c54d6f41016ee80e3d8f44c99d8dca48b5 (patch)
tree6f9191b5695f2192013303ef63f977461bb11511 /etc
parent69ec9ecfb43ac85c5e9bb59b563f9471e169ad0e (diff)
downloadpfsense-74c9f9c54d6f41016ee80e3d8f44c99d8dca48b5.zip
pfsense-74c9f9c54d6f41016ee80e3d8f44c99d8dca48b5.tar.gz
Fix divert protocol number, should be 258. Sockstat was broken with the old number.
Diffstat (limited to 'etc')
-rw-r--r--etc/protocols2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/protocols b/etc/protocols
index 298a18e..142bd39 100644
--- a/etc/protocols
+++ b/etc/protocols
@@ -143,5 +143,5 @@ pipe 131 PIPE # Private IP Encapsulation within IP
sctp 132 SCTP # Stream Control Transmission Protocol
fc 133 FC # Fibre Channel
# 134-254 # Unassigned
-divert 254 DIVERT # Divert pseudo-protocol [non IANA]
+divert 258 DIVERT # Divert pseudo-protocol [non IANA]
# 255 # Reserved
OpenPOWER on IntegriCloud