xorp.default
来自「xorp源码hg」· DEFAULT 代码 · 共 23 行
DEFAULT
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="no"# 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 fileDAEMON_OPTS=" -b /etc/xorp/config.boot "
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?