1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

addons: vrf: temporarily disable kill_ssh

Ticket: CM-10094
Reviewed By:
Testing Done:

It is killing ifupdown2 and setsid is not working as expected
This commit is contained in:
Roopa Prabhu
2016-03-25 08:22:09 -07:00
parent 32f6e6ca40
commit 60fa92039e

View File

@@ -525,6 +525,10 @@ class vrf(moduleBase):
# Fix this in the next version
# runningaddrsdict = self.ipcmd.addr_get(ifacename)
# XXX: Roopa: it is currently killing ifupdown2.
# so, until we fix it, lets not do anything
return
try:
ip=[]
ip6=[]