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:
@@ -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=[]
|
||||
|
Reference in New Issue
Block a user