/[pxelator]/couchdb/amt/views/ip,mac-doc/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /couchdb/amt/views/ip,mac-doc/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 372 - (show annotations)
Sun Aug 30 12:44:45 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: application/javascript
File size: 171 byte(s)
amt

1 function(doc) {
2 if ( doc.package.name == 'amt' )
3 emit([
4 doc.interface_settings[0].IPv4Parameters.LocalAddress,
5 doc.interface_settings[0].MACAddress,
6 ], doc);
7 }

  ViewVC Help
Powered by ViewVC 1.1.26