Re: MODE_BCLIENT

2016-12-08 Thread Hal Murray
e...@thyrsus.com said: > Remove it. I'm in some doubt that operators even notice the 'b' code, let > alone ever act on it. I figured out another approach. Leave the old one commented out, but add a new symbol, say MODE_BCLIENTx with the same value (and a comment) and patch ntpq.py to use it.

Re: MODE_BCLIENT

2016-12-08 Thread Eric S. Raymond
Hal Murray : > I think you are automagically generating pylib/magic.py Correct. > I commented out MODE_BCLIENT in ntp.h as it's no longer used in ntpd or the c > libraries after I removed a layer of code no longer used by broadcastclient > and multicastclient. > >

MODE_BCLIENT

2016-12-08 Thread Hal Murray
I think you are automagically generating pylib/magic.py I commented out MODE_BCLIENT in ntp.h as it's no longer used in ntpd or the c libraries after I removed a layer of code no longer used by broadcastclient and multicastclient. You added some code in util.py that references it to prin