src/server/command.cc | 86 ++++++++++++++++++++++---------------------- src/server/common.cc | 2 - src/server/common.hh | 5 +- src/server/configuration.cc | 2 - src/server/processor.cc | 37 ++++++++++++------ src/server/session.cc | 2 + 6 files changed, 76 insertions(+), 58 deletions(-)
New commits: commit 6cef9b61846dfbe09ed0add7a47134c20e8ba7ef Author: slioch <[email protected]> Date: Thu Jan 15 17:21:07 2009 -0800 updated gooey protocol. now op|conf needs to be provided as an attribute on both command and configuration requests. the configuration request has the attribute moved from the configuration node to the node node--this makes more sense across both of these commands. This change will break the client code until KC checks in the corresponding changes. http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=6cef9b61846dfbe09ed0add7a47134c20e8ba7ef _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
