Commit 1aa3f796 authored by Aurelio Colosimo's avatar Aurelio Colosimo

Added a sample ppsi.conf file

The ppsi.conf file will define the basic behaviour of ppsi, prior to cmdline
options, which will override conf settings. Here a sample ppsi.conf is
defined, where a mini-switch, driving two slaves, is configured.
User will need to define their own ppsi.conf according to their needs.
Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 68bebebb
# Sample ppsi configuration file. Mainly to be used for multi-link
# purposes, it defines the various "links" for ppsi, assigning a port
# for each link and defining the link properties.
#
# Each link must be defined as follows:
# link <id>, where id is a label identifying the link (e.g. a number)
# iface <eth>, where <eth> is the interface name, e.g. eth0
# proto [raw|udp], where raw is the default
# role [auto|master|slave], where auto is the default
# extension [none|whiterabbit], where none is the default
# Link 0 is the slave, connected to the external master clock
link 0
iface eth0
proto raw
role slave
extension none
# Link 1 is one master, driving its slave peer
link 1
iface eth1
proto raw
role master
extension none
# Link 2 is another master, driving another slave peer
link 2
iface eth2
proto raw
role master
extension none
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment