Changeset 698


Ignore:
Timestamp:
02/18/15 17:21:31 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Missed an added field for adding a reserved block on a container on the
call to add the container's contained freeblock in r692. See #24.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r697 r698  
    11721172        if ($args{type} =~ /(.)[mc]/) { # rm and .c types - containers
    11731173          my $rtype = $1;
    1174           $sth->execute($args{cidr}, $args{city}, $rtype, $args{vrf}, $bid, $fbmaster);
     1174          $sth->execute($args{cidr}, $args{city}, $rtype, $args{vrf}, $bid, $fbmaster, 0);
    11751175        }
    11761176
Note: See TracChangeset for help on using the changeset viewer.