Re: [Linuxptp-devel] [PATCH 1/1] Added support for non-forwardable option

2018-11-13 Thread Richard Cochran
On Tue, Nov 13, 2018 at 05:48:46AM +, Anders Selhammer wrote: > Yes, thats true. Forgot that I have an own TLV on the side, making it > possible to change > settings by reading the configuration file again and change whats needed. And remember, the TLV can set the MAC address option. > Lets

Re: [Linuxptp-devel] [PATCH 1/1] Added support for non-forwardable option

2018-11-12 Thread Anders Selhammer
12 november 2018 15:40 > Yes, you to restart in order to pick up the change in configuration. > But your new option is no different in this regard. Yes, thats true. Forgot that I have an own TLV on the side, making it possible to change settings by reading the configuration file again and change

Re: [Linuxptp-devel] [PATCH 1/1] Added support for non-forwardable option

2018-11-12 Thread Richard Cochran
On Mon, Nov 12, 2018 at 07:46:11AM +, Anders Selhammer wrote: > Yes but no. What if you change this while stack is running and ram is > configured, then you just can set ptp_dst_mac? You need to do some > reconfiguration, right? Yes, you to restart in order to pick up the change in configur

Re: [Linuxptp-devel] [PATCH 1/1] Added support for non-forwardable option

2018-11-11 Thread Anders Selhammer
Friday, 9 November, 2018 3:54 PM > We already have an option for this: > ptp_dst_mac 01:1B:19:00:00:00 > p2p_dst_mac 01:80:C2:00:00:0E > Just set ptp_dst_mac to 01:80:C2:00:00:0E and you are done. Yes but no. What if you change this while stack is running and ram is configu

Re: [Linuxptp-devel] [PATCH 1/1] Added support for non-forwardable option

2018-11-09 Thread Keller, Jacob E
> -Original Message- > From: Richard Cochran [mailto:richardcoch...@gmail.com] > Sent: Friday, November 09, 2018 6:54 AM > To: Anders Selhammer > Cc: linuxptp-devel@lists.sourceforge.net > Subject: Re: [Linuxptp-devel] [PATCH 1/1] Added support for non-forwardable &g

Re: [Linuxptp-devel] [PATCH 1/1] Added support for non-forwardable option

2018-11-09 Thread Richard Cochran
On Fri, Nov 09, 2018 at 07:41:46AM +, Anders Selhammer wrote: > Some network operators consider that the PTP messages must never be > forwarded through PTP-unaware network equipment. The use of the > non-forwardable multicast address 01-80-C2-00-00-0E guarantees this > property most of the time