aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts/rpkigui-import-routes.py
AgeCommit message (Collapse)Author
2012-02-12fix bug in routeviews parserMichael Elkins
svn path=/branches/tk161/; revision=4326
2012-02-12fix bug with duplicate route,origin pairs due to fact that routeviews dump ↵Michael Elkins
isn't sub-sorted by origin_as svn path=/branches/tk161/; revision=4325
2012-02-10optimize the bgp import scriptMichael Elkins
svn path=/branches/tk161/; revision=4323
2012-02-08fix broken $Id$ tagMichael Elkins
svn path=/branches/tk161/; revision=4317
2012-02-08make import routes more silentMichael Elkins
svn path=/branches/tk161/; revision=4314
2012-01-17add support for importing mrt format ribsMichael Elkins
remove default=0 value for timestamps, as that is not a valid initial value for a datetime object. since there is no default argument, the call to the Timestamp constructor needs to specify the value. svn path=/branches/tk161/; revision=4177
2012-01-17create utility function for updating Timestamp objectsMichael Elkins
add missing copyright notices svn path=/branches/tk161/; revision=4175
2012-01-17change timestamp name to use underscoresMichael Elkins
django's template language doesn't allow use of dash in variable expansions, so {{ timestamp.bgp-v4-import }} fails. svn path=/branches/tk161/; revision=4171
2012-01-17update timestamp on bgp v4 importMichael Elkins
svn path=/branches/tk161/; revision=4169
2012-01-17updated routeviews data handlingMichael Elkins
refactor common IP range tables into rpki.gui.models. rework import script to load data into a staging table and swap with the active table upon completion. use separate tables for v4 and v6. svn path=/branches/tk161/; revision=4163
2012-01-17rework routeview parser to use bulk sql insertsMichael Elkins
remove index from model definition, and create it automatically after bulk inserts to speed up processing add family element to unique_together svn path=/branches/tk161/; revision=4160
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
svn path=/branches/tk161/; revision=4159