telecom: Add example configuration files.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
0cb7abf703
commit
6ba73d18b1
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue