On Tue, Nov 06, 2018 at 11:01:37PM -0800, Ayaka Koshibe wrote: > Currently, switchd(8) defaults to listening on port 6633, which was > the defacto port value used by OpenFlow. A decent chunk of OpenFlow > controllers have switched over to the IANA standardized OpenFlow port, > 6653. While testing the change, I noticed that switchd(8) will listen on > random ports if one isn't specified in switchd.conf(5), e.g: That seems reasonable.
> listen on 127.0.0.1 > > The following consolidates the #defines for port values, and also sets a > default listen port when it isn't specified in switchd.conf(5). Diff reads fine but can you please mention the default settings in switchd.conf(5) accordingly?
