tftp: listen to both IPv4 and IPv6

tftp should listen to both IPv4 and IPv6 to enable cases where
the ironic deploy network is on a IPv6 network.

Change-Id: Ib0f28b0b414c2d261e715791b98faf84183c7f40
Partial-bug: #1628234
This commit is contained in:
Derek Higgins
2016-12-14 22:49:29 +00:00
parent 633b6822f5
commit a6f7d3b7ae
2 changed files with 0 additions and 2 deletions

View File

@@ -100,7 +100,6 @@ class ironic::pxe (
server => '/usr/sbin/in.tftpd',
socket_type => 'dgram',
cps => '100 2',
flags => 'IPv4',
per_source => '11',
wait => 'yes',
subscribe => Anchor['ironic::install::end'],

View File

@@ -64,7 +64,6 @@ describe 'ironic::pxe' do
'server' => '/usr/sbin/in.tftpd',
'socket_type' => 'dgram',
'cps' => '100 2',
'flags' => 'IPv4',
'per_source' => '11',
'wait' => 'yes',
'subscribe' => 'Anchor[ironic::install::end]',