~ubuntu-branches/ubuntu/trusty/maas/trusty-security

« back to all changes in this revision

Viewing changes to etc/maas/templates/dhcp/dhcpd.conf.template

  • Committer: Package Import Robot
  • Author(s): Greg Lutostanski
  • Date: 2014-08-29 13:27:34 UTC
  • mto: (61.1.4 trusty-proposed)
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: package-import@ubuntu.com-20140829132734-d47evihju2etdwcy
Tags: upstream-1.5.4+bzr2294
ImportĀ upstreamĀ versionĀ 1.5.4+bzr2294

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# the nodegroup's configuration in MAAS to trigger an update.
7
7
 
8
8
option arch code 93 = unsigned integer 16; # RFC4578
 
9
option path-prefix code 210 = text; #RFC5071
9
10
{{for dhcp_subnet in dhcp_subnets}}
10
11
subnet {{dhcp_subnet['subnet']}} netmask {{dhcp_subnet['subnet_mask']}} {
11
12
       {{bootloader}}