Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
287 B
Text
14 lines
287 B
Text
Add the following lines to /etc/rc.conf to enable xorp:
|
|
|
|
defaultrouter="NO"
|
|
xorp_enable="YES"
|
|
|
|
A configuration file must be created at
|
|
|
|
%%PREFIX%%/etc/xorp.conf
|
|
|
|
before use.
|
|
|
|
Users who will be changing the xorp configuration via
|
|
%%PREFIX%%/sbin/xorpsh
|
|
must be members of the group xorp.
|