Skip to content
Snippets Groups Projects
Commit 42e61049 authored by Weibin Sun's avatar Weibin Sun Committed by Robert Ricci
Browse files

Commit for Autoconf var settings, not ready for installation, need run...

Commit for Autoconf var settings, not ready for installation, need run autoconf on boss with Autoconf 2.62
parent 451c2268
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,11 @@ AC_SUBST(TBUSERSARCHIVE_NOSLASH)
AC_SUBST(TBERRORSEMAIL)
AC_SUBST(TBERRORSEMAIL_NOSLASH)
#
# For snmpit support of Arista switch.
#
AC_SUBST(ARISTA_SWITCH_XMLRPCPORT)
#
# Defaults for for above variables.
#
......
......@@ -12,3 +12,4 @@ TBSTATEDEMAIL=wbsun@cs.utah.edu
TBTESTSUITEEMAIL=wbsun@cs.utah.edu
WWW=www.emulab.net/dev/wbsun
THISHOMEBASE=Wbsun.Emulab.Net
ARISTA_SWITCH_XMLRPCPORT=80
......@@ -21,7 +21,7 @@ import SimpleXMLRPCServer
import sys
RPC_PORT = @ARISTA_SWITCH_XMLRPCPORT@
BIND_ADDR = "@ARISTA_SWITCH_BIND_ADDRESS@"
BIND_ADDR = "" # This is ANY
VLAN_ID_PREFIX = "EV_"
DEFAULT_VLAN_NUM = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment