Correctly set old wan ip

This commit is contained in:
Scott Ullrich 2008-11-09 05:38:47 +00:00
parent 52ea74f322
commit b67a9fa223
1 changed files with 4 additions and 3 deletions

View File

@ -86,6 +86,10 @@ add_new_address() {
echo $new_routers > /tmp/${interface}_router
cp /var/db/${interface}_ip /tmp/rc.newwanip_oldip 2>/dev/null
echo $new_ip_address > /var/db/${interface}_ip
echo $interface > /tmp/rc.newwanip
echo $new_ip_address >> /tmp/rc.newwanip
}
delete_old_alias() {
@ -201,9 +205,6 @@ add_new_resolv_conf() {
# Notify rc.newwanip of changes to an interface
notify_rc_newwanip() {
$LOGGER "notify_rc_newwanip()"
echo $interface > /tmp/rc.newwanip
echo $old_ip_address > /tmp/rc.newwanip_oldip
}
#