From 7469f65fa045e22e5d96f4fa0e8e967e24c37fad Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Tue, 1 Mar 2016 15:33:07 +0100 Subject: [PATCH] Add setter for allocate_aux --- gns3server/modules/base_vm.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gns3server/modules/base_vm.py b/gns3server/modules/base_vm.py index 6c58bfbf..5845938d 100644 --- a/gns3server/modules/base_vm.py +++ b/gns3server/modules/base_vm.py @@ -278,6 +278,13 @@ class BaseVM: """ return self._allocate_aux + @allocate_aux.setter + def allocate_aux(self, allocate_aux): + """ + :returns: Boolean allocate or not an aux console + """ + self._allocate_aux = allocate_aux + @property def aux(self): """