Update of /cvsroot/dhcp-agent/dhcp-agent/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv21820/conf
Modified Files:
default.sysconf
Log Message:
fixes to unconfigure routers
Index: default.sysconf
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/default.sysconf,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** default.sysconf 23 May 2003 03:31:15 -0000 1.3
--- default.sysconf 25 May 2003 02:15:59 -0000 1.4
***************
*** 134,138 ****
(lambda()
(begin
! (client-info-message (string-append "removing default route to: " (car dhcp-routers)))
(client-remove-default-route client-control configured-default-route)))))
--- 134,138 ----
(lambda()
(begin
! (client-info-message (string-append "removing default route to: " configured-default-route))
(client-remove-default-route client-control configured-default-route)))))
|