Comment 1 for bug 1714004

Revision history for this message
Shashikiran H (skiranh) wrote :

Debugged with Suresh yesterday. I am seeing regular group delete message on DM logs:
08/31/2017 11:05:46 AM [contrail-device-manager]:
send netconf message: <config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:junos="http://xml.juniper.net/junos">
    <configuration>
        <groups operation="delete">
            <name>__contrail__</name>
        </groups>
        <apply-groups operation="delete">
            <name>__contrail__</name>
        </apply-groups>
    </configuration>
</config>

Suresh to provide further updates.