Skip to content

Commit

Permalink
telecom: Add example configuration files.
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Cochran <[email protected]>
  • Loading branch information
richardcochran committed Jul 2, 2018
1 parent 0cb7abf commit 6ba73d1
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
22 changes: 22 additions & 0 deletions configs/G.8265.1.cfg
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
11 changes: 11 additions & 0 deletions configs/G.8275.1.cfg
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
25 changes: 25 additions & 0 deletions configs/G.8275.2.cfg
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

0 comments on commit 6ba73d1

Please sign in to comment.