~tribaal/vmbuilder/jenkins_kvm-add-zesty-template

Viewing all changes in revision 777.

  • Committer: Jose Vazquez
  • Date: 2016-11-16 17:28:24 UTC
  • mfrom: (773.1.3 jenkins_kvm-ethx)
  • Revision ID: jose.vazquez@canonical.com-20161116172824-2xzx19g27sp4qacm
Enhance udev rule: skip eth0 and do RUN

The udev expressions are not full regex, eth[1-9]* just means:
'eth' followed by a number 1-9 and 'zero or more chars'
That will NOT match eth0 (or eth0something) but will match eth1 to eth99
(and will also match things like eth2xd)

Also looking at udev man RUN is more appropriate as it is an action,
while PROGRAM is still part of the matching filters.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: