diff options
Diffstat (limited to 'deploy/adapters/ansible/roles/neutron-network/files/xorp')
-rw-r--r-- | deploy/adapters/ansible/roles/neutron-network/files/xorp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/neutron-network/files/xorp b/deploy/adapters/ansible/roles/neutron-network/files/xorp new file mode 100644 index 00000000..5a486107 --- /dev/null +++ b/deploy/adapters/ansible/roles/neutron-network/files/xorp @@ -0,0 +1,23 @@ +# Defaults for xorp initscript +# sourced by /etc/init.d/xorp +# installed at /etc/default/xorp by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +# Master system-wide xorp switch. The initscript +# will not run if it is not set to yes. + +RUN="yes" + + +# Additional options that are passed to the rtrmgr Daemon. +# e.g. : +# -a <allowed host> Host allowed by the finder +# -n <allowed net> Subnet allowed by the finder +# -v Print verbose information +# -b <file> Specify boot file +# -d Run as a daemon, detach from tty + +DAEMON_OPTS="-b /etc/xorp/config.boot " |