From 1d353e98c6ceb73e61a77f842b1518edfa3e7ae4 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 19 Feb 2018 09:20:26 +0000 Subject: [PATCH] Initial commit FossilOrigin-Name: 4e264a8527ae3c0f9a34b48f44971c6f1d5dadf4f435ee2ae7e6043226cd53f2 --- src/ac/cisco.default.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/ac/cisco.default.conf diff --git a/src/ac/cisco.default.conf b/src/ac/cisco.default.conf new file mode 100644 index 00000000..7997a429 --- /dev/null +++ b/src/ac/cisco.default.conf @@ -0,0 +1,28 @@ +# +# Mod Cisco default config +# + +# hardware_version +# Defines the AC's hardware version +# +# For Cisco devices this value should have exactly 4 baytes +# A value of .x01000001 represents a hardware +# version of 1.0.0.1 +# +# Default: hardware_version = ".x01000001" + +# software_version +# Defines the AC's software version +# +# Cisco APs always expect to run the same software version +# as the AC.If the version is different, the AP initiates +# a firmware downloa to uogra to uograde. +# So tieing the software_version to a specific value implies +# you have to serve the apropriate firmare image to the AP +# or the AP will not connect. +# If the software_version values is omitted, AC-Tube sends +# the same same software version as as the AP sends. +# +# Default: software_version = + +