X-Git-Url: http://git.pjr.cc/?p=CBFWR.git;a=blobdiff_plain;f=doco%2Fconfigs.txt;h=55db8a262e3bdd02ccad5283e0ab456589801be1;hp=47d3e5bb39635af4063d4c864be6dc053ce8a096;hb=3463517ff571fd38da7efe4bcfca2828e1dc6fa6;hpb=c184472f1c4206a3bcd76ff8e9d27dc2eb1a4c4c diff --git a/doco/configs.txt b/doco/configs.txt index 47d3e5b..55db8a2 100644 --- a/doco/configs.txt +++ b/doco/configs.txt @@ -8,4 +8,41 @@ there are 3 areas in shared memory reserved for configuration. web config writes directly to 3 and messages cbrwrd about stuff. config layout is like this: +[status] = conf|noconf|nodir|changelevel +[hostname] = hostname +[domainname] = domainname +[login][username] = sha1password +[zone][][name]=1 +[interface][][desciption] = desc + [name] = name + [address4] = address + [address6] = address + [zone] = zone + [mtu] = mtu + [speed] = speed + [duplex] = duplex + + +[interface][lag][][] = interface + [description] = desc + +[interface][bridge][][] = interface + [description] + +[route4][default|][address] = gateway + [device] = device + [description] + +[route6][default|][address] = gateway + [device] = device + [description] + +[dns][server][][address] = address + +[ntp][server][][address] = adddress + +[hardware][netdev][][name] = realname + [driver] = driver + [mtu] = mtu + [hwaddress] = mac address \ No newline at end of file