Dear fellows,

consider the NIC eth0 with multiple IP addresse which is configured as
follows:

------   content of /etc/network/interfaces start ------
auto lo
iface lo inet loopback

# first config
auto eth0
iface eth0 inet static
        address 192.168.1.2
        netmask 255.255.255.0

# second config
auto eth0
iface eth0 inet static
        address 169.254.1.1
        netmask 255.255.0.0

------   content of /etc/network/interfaces end ------

Now I run ptp4l (using linuxptp 3.1) with network_transport=UDPv4: # ptp4l
-4 -S -m -l 7 -i eth0
Then I see only announce messages from the first source adrress 192.168.1.2
(and vice versa if I switch first and second in the network configuration).
How do I configure ptp4l to send announce messages using all addresses
configured on eth0?

Kind regards,
Timo
_______________________________________________
Linuxptp-users mailing list
Linuxptp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-users

Reply via email to