From 22d9fbc298d2a43a478fb67ad22268b502b99474 Mon Sep 17 00:00:00 2001 From: rd235 Date: Sat, 8 Sep 2007 12:20:20 +0000 Subject: [PATCH] README: command syntax fix. web.c html constant return for 404 was wrong. git-svn-id: https://vde.svn.sourceforge.net/svnroot/vde/trunk@179 d37a7db1-d92d-0410-89df-f68f52f87b57 --- vdetelweb/README | 2 +- vdetelweb/web.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vdetelweb/README b/vdetelweb/README index cf59f7d..fa6bd26 100644 --- a/vdetelweb/README +++ b/vdetelweb/README @@ -25,7 +25,7 @@ password=piripicchio VDETELWEB creates a telnet and/or web interface to a running VDE switch. The switch must have been started with the remote mgmt option (-m). -% vde_switch -m /tmp/vde.mgmt -daemon +% vde_switch -M /tmp/vde.mgmt -daemon Launch the tool: diff --git a/vdetelweb/web.c b/vdetelweb/web.c index e065617..43dca80 100644 --- a/vdetelweb/web.c +++ b/vdetelweb/web.c @@ -510,7 +510,7 @@ static char authmsg2[]= "\"\r\n" "\r\n" "

Authorization Required

\r\n" "Login and Password required\r\n" -"
\r\nVDE 2.0 WEB MGMT INTERFACE\r\n" +"
\r\nVDE 2.0 WEB MGMT INTERFACE\r\n" "\r\n"; -- 2.11.4.GIT