~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to xenserver/opt_xensource_libexec_interface-reconfigure

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
          172.18.0.0/16 via 192.168.0.4 dev xenbr1
243
243
    """
244
244
    if oc.has_key('static-routes'):
245
 
        # The key is present - extract comma seperates entries
 
245
        # The key is present - extract comma separates entries
246
246
        lines = oc['static-routes'].split(',')
247
247
    else:
248
248
        # The key is not present, i.e. there are no static routes