|
Revision 7008, 318 bytes
(checked in by xrobau, 5 years ago)
|
This is a very early stage of the cidrouting module. There's a pile of cidlookup code in there that's commented out, and I've run out of time, as I have to head off to Townsville for a couple of days. I will continue this in a couple of days, but if it's here I can at least easily access it while I'm away!
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
DROP TABLE IF EXISTS cidroute_cidlist; |
|---|
| 2 |
DROP TABLE IF EXISTS cidroute_matches; |
|---|
| 3 |
DROP TABLE IF EXISTS cidroute_override; |
|---|
| 4 |
DROP TABLE IF EXISTS cidroute_config; |
|---|
| 5 |
DROP TABLE IF EXISTS cidlookup_cidlist; |
|---|
| 6 |
DROP TABLE IF EXISTS cidlookup_matches; |
|---|
| 7 |
DROP TABLE IF EXISTS cidlookup_override; |
|---|
| 8 |
DROP TABLE IF EXISTS cidlookup_config; |
|---|
| 9 |
|
|---|
| 10 |
|
|---|