forked from richardcochran/linuxptp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
telecom: Add example configuration files.
Signed-off-by: Richard Cochran <[email protected]>
- Loading branch information
1 parent
0cb7abf
commit 6ba73d1
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# Telecom G.8265.1 example configuration containing those attributes | ||
# which either differ from the defaults or are relevant to the | ||
# profile. See the file, default.cfg, for the complete list of | ||
# available options. | ||
# | ||
[global] | ||
masterOnly 0 | ||
hybrid_e2e 1 | ||
inhibit_multicast_service 1 | ||
unicast_listen 1 | ||
unicast_req_duration 60 | ||
# | ||
# Customize the following for slave operation: | ||
# | ||
#[unicast_master_table] | ||
#table_id 1 | ||
#logQueryInterval 2 | ||
#UDPv4 192.168.1.11 | ||
# | ||
#[eth0] | ||
#unicast_master_table 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Telecom G.8275.1 example configuration containing those attributes | ||
# which either differ from the defaults or are relevant to the | ||
# profile. See the file, default.cfg, for the complete list of | ||
# available options. | ||
# | ||
[global] | ||
dataset_comparison G.8275.x | ||
G.8275.defaultDS.localPriority 128 | ||
masterOnly 0 | ||
G.8275.portDS.localPriority 128 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# | ||
# Telecom G.8275.2 example configuration containing those attributes | ||
# which either differ from the defaults or are relevant to the | ||
# profile. See the file, default.cfg, for the complete list of | ||
# available options. | ||
# | ||
[global] | ||
dataset_comparison G.8275.x | ||
G.8275.defaultDS.localPriority 128 | ||
masterOnly 0 | ||
G.8275.portDS.localPriority 128 | ||
hybrid_e2e 1 | ||
inhibit_multicast_service 1 | ||
unicast_listen 1 | ||
unicast_req_duration 60 | ||
# | ||
# Customize the following for slave operation: | ||
# | ||
#[unicast_master_table] | ||
#table_id 1 | ||
#logQueryInterval 2 | ||
#UDPv4 192.168.1.11 | ||
# | ||
#[eth0] | ||
#unicast_master_table 1 |