diff options
| -rw-r--r-- | scripts/vyatta-dhcpv6-client.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/vyatta-dhcpv6-client.pl b/scripts/vyatta-dhcpv6-client.pl index b23d1700..3f01a677 100644 --- a/scripts/vyatta-dhcpv6-client.pl +++ b/scripts/vyatta-dhcpv6-client.pl @@ -118,7 +118,7 @@ if (defined $stop_flag || defined $release_flag) {      # Stop dhclient -6 on $ifname      printf("Stopping daemon...\n"); -    my $output=`$cmdname -6 -nw -cf $conffile -pf $pidfile -lf $leasefile -r $ifname`; +    my $output=`$cmdname -6 -nw -cf $conffile -pf $pidfile -lf $leasefile -x $ifname`;      printf($output);      # Delete files it leaves behind... | 
