Peter Schwenke has uploaded this change for review.

View Change

Fix up the protocol number for SCTP in FSAL_encode_ipv4_netaddr

The protocol number was 123. According to /etc/protocols
/usr/include/linux/in.h, /usr/include/glib-2.0/gio/gioenums.h,
/usr/include/netinet/in.h and
/usr/include/wireshark/epan/ipproto.h it should be 132.

There is a 123 definition in the Internal Socket Options at
/usr/include/linux/sctp.h:#define SCTP_STREAM_SCHEDULER 123.

Change-Id: Ida3788b730500a3c00071c8a16e3ecabe3b5cb26
Signed-off-by: Peter Schwenke <pschwenke@ddn.com>
---
M src/FSAL/common_pnfs.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/35/1222435/1

To view, visit change 1222435. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ida3788b730500a3c00071c8a16e3ecabe3b5cb26
Gerrit-Change-Number: 1222435
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Schwenke <pschwenke@ddn.com>