-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathptp_config.xml
40 lines (32 loc) · 937 Bytes
/
ptp_config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<PTP_config xmlns="http://flexibilis.com/schema/ptp/1.0/config">
<config_ver>1.4</config_ver>
<General>
<debug>1</debug>
</General>
<Interface name="eth0">
<multicast>1</multicast>
</Interface>
<Interface name="eth1">
<delay_asymmetry>0</delay_asymmetry>
<multicast>0</multicast>
<unicast>10.1.2.3</unicast>
<unicast>10.1.2.5</unicast>
</Interface>
<Basic>
<one_step_clock>0</one_step_clock>
</Basic>
<Clock>
<clock_class>187</clock_class>
<clock_accuracy>1us</clock_accuracy>
<clock_priority1>128</clock_priority1>
<clock_priority2>128</clock_priority2>
<domain>0</domain>
<clock_source>internal oscillator</clock_source>
</Clock>
<Intervals>
<announce_interval>1</announce_interval>
<sync_interval>0</sync_interval>
<delay_req_interval>0</delay_req_interval>
</Intervals>
</PTP_config>