From: Tony Mack Date: Mon, 10 May 2010 22:35:25 +0000 (+0000) Subject: dont remove root or sub authorities X-Git-Tag: sfa-1.0-0~199 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e388f90574406a3f8033d6822ef196cf58e959a9;p=sfa.git dont remove root or sub authorities --- diff --git a/sfa/plc/sfa-import-plc.py b/sfa/plc/sfa-import-plc.py index 4732d205..0350bbb0 100755 --- a/sfa/plc/sfa-import-plc.py +++ b/sfa/plc/sfa-import-plc.py @@ -203,7 +203,9 @@ def main(): for (record_hrn, type) in existing_records.keys(): record = existing_records[(record_hrn, type)] # if this is the interface name dont do anything - if record_hrn == interface_hrn or record['peer_authority']: + if record_hrn == interface_hrn or \ + record_hrn == root_auth or \ + record['peer_authority']: continue # dont delete vini's internet2 placeholdder record # normally this would be deleted becuase it does not have a plc record