Changeset 742 for trunk


Ignore:
Timestamp:
08/25/16 17:11:12 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix bizarre glitch in reverse-patterns.html change in r741, possibly
due to accidentally applying the patch several times instead of
removing/applying to confirm it was as intended.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/reverse-patterns.html

    r741 r742  
    142142            <td>%x</td>
    143143            <td>
    144               customer-%3d-%x.example.com<br />
    145               192.168.23.40 -> customer-23-1.example.com<br />
    146               192.168.23.41 -> customer-23-2.example.com<br />
    147               192.168.23.42 -> customer-23-3.example.com<br />
    148               192.168.23.43 -> customer-23-4.example.com<br />
    149               192.168.23.44 -> customer-23-5.example.com<br />
    150               192.168.23.45 -> customer-23-6.example.com<br />
    151               192.168.23.46 -> customer-23-7.example.com<br />
    152               192.168.23.47 -> customer-23-8.example.com
    153             </td>
    154           </tr>
    155           <tr class="row1">
    156             <td colspan="3">Results may be exciting when combined with other patterns.
    157           </tr>
    158           <tr class="row0">
    159             <td>n'th natural IP</td>
    160             <td>%x</td>
    161             <td>
    162               customer-23-%x.example.com<br />
    163               192.168.23.40 -> customer-23-1.example.com<br />
    164               192.168.23.41 -> customer-23-2.example.com<br />
    165               192.168.23.42 -> customer-23-3.example.com<br />
    166               192.168.23.43 -> customer-23-4.example.com<br />
    167               192.168.23.44 -> customer-23-5.example.com<br />
    168               192.168.23.45 -> customer-23-6.example.com<br />
    169               192.168.23.46 -> customer-23-7.example.com<br />
    170               192.168.23.47 -> customer-23-8.example.com
    171             </td>
    172           </tr>
    173           <tr class="row0">
    174             <td>n'th natural IP</td>
    175             <td>%x</td>
    176             <td>
    177144              customer-23-%x.example.com<br />
    178145              192.168.23.40 -> customer-23-1.example.com<br />
Note: See TracChangeset for help on using the changeset viewer.