(self, dbag)
| 206 | return cs_forwardingrules.merge(dbag, self.qFile.data) |
| 207 | |
| 208 | def processIP(self, dbag): |
| 209 | for ip in self.qFile.data["ip_address"]: |
| 210 | dbag = cs_ip.merge(dbag, ip) |
| 211 | return dbag |
| 212 | |
| 213 | def processCL(self, dbag): |
| 214 | # Convert the ip stuff to an ip object and pass that into cs_ip_merge |