Changeset 38ca767426efe7c6dc2b1b5f65654e5d9172a93f
- Timestamp:
- 08/24/10 15:02:52
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1282662172 +0000
- git-parent:
[0d50c578940534013be800d3ee04e921290e0277]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1282662172 +0000
- Message:
patch from Michal to support non inet targets
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7c5375e |
r38ca767 |
|
| 235 | 235 | $ptr_join = " |
|---|
| 236 | 236 | left join check_currently cia |
|---|
| 237 | | on ( $tblsrc.$want ::inet = cia.target ::inet |
|---|
| | 237 | on ( $tblsrc.$want ::text = cia.target ::text |
|---|
| 238 | 238 | and cia.module='dns' and cia.name='in-addr.arpa') |
|---|
| 239 | 239 | left join metric_text_currently ciamt |
|---|