Skip to content

Commit 709db55

Browse files
Luiz.Machadoyadvr
authored andcommitted
systemvm: Set gateway to empty than None to avoid arping
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent c687134 commit 709db55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemvm/debian/opt/cloud/bin/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def processCLItem(self, num, nw_type):
236236
if('localgw' in self.qFile.data['cmd_line']):
237237
dp['gateway'] = self.qFile.data['cmd_line']['localgw']
238238
else:
239-
dp['gateway'] = 'None'
239+
dp['gateway'] = ''
240240
dp['nic_dev_id'] = num
241241
dp['nw_type'] = nw_type
242242
qf = QueueFile()

0 commit comments

Comments
 (0)