Disable treat-as-withdraw on config example 92/79492/1
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Fri, 11 Jan 2019 23:54:23 +0000 (00:54 +0100)
committerClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Fri, 11 Jan 2019 23:59:37 +0000 (00:59 +0100)
given that tears down session with test using
exabgp.

Change-Id: I1d46f942c338c445ddd61591b457b915ceb66bac
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
bgp/config-example/src/main/resources/initial/protocols-config.xml

index 3694cbf9db703a1d22140c62cb92a0d41c50c704..6d368941162918e66a08da73b1fe887a27b5bea0 100644 (file)
                             </graceful-restart>
                         </afi-safi>
                     </afi-safis>
-                    <error-handling>
+                    <!--<error-handling>
                         <config>
                             <treat-as-withdraw>true</treat-as-withdraw>
                         </config>
-                    </error-handling>
+                    </error-handling>-->
                 </peer-group>
                 <peer-group>
                     <peer-group-name>external-neighbor</peer-group-name>
                             </graceful-restart>
                         </afi-safi>
                     </afi-safis>
-                    <error-handling>
+                    <!--<error-handling>
                         <config>
                             <treat-as-withdraw>true</treat-as-withdraw>
                         </config>
-                    </error-handling>
+                    </error-handling>-->
                 </peer-group>
             </peer-groups>
         </bgp>