~lool/vmbuilder/ext4

« back to all changes in this revision

Viewing changes to VMBuilder/vm.py

  • Committer: Soren Hansen
  • Date: 2009-10-29 13:46:13 UTC
  • mfrom: (354.1.1 vmbuilder-0.11)
  • Revision ID: soren@canonical.com-20091029134613-6w9pllo05kvtv74k
Merge syntax error fix in vm.py with class B networks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
                if (ipclass > 0) and (ipclass <= 127):
302
302
                    mask = 0xFF
303
303
                elif (ipclass > 128) and (ipclass < 192):
304
 
                    mask = OxFFFF
 
304
                    mask = 0xFFFF
305
305
                elif (ipclass < 224):
306
306
                    mask = 0xFFFFFF
307
307
                else: