#! /bin/sh
#-------------------------------------------------------------------------------
#
# Copyright 2012,2013,2014,2015 Cumulus Networks inc
#
# NOTE: switchd startup configuration has moved to /etc/cumulus/switchd.conf
# Variables in this file are used in initializing and starting switchd


# Tell switchd helpers how to assign mac addresses
# standard issues a mac address per interface starting with base address
# l3-only uses the same base address+1 for all interfaces, interfaces cannot
# be in the same l2 domain
MACMODE="standard"

# Tell switchd to use a non-default routing table (1, in this case).
# Uncomment both lines if you want to run with a separate routing table
#SEPARATE_ROUTING=1
#SEPARATE_ROUTING_ARGS="-s -t 1"
