MERAprojects / ops-build

Other
0 stars 0 forks source link

Segmentation fault was returned after trying to remove BGP peer-group. #11

Closed xivamar closed 7 years ago

xivamar commented 7 years ago

Problem Description:

Segmentation fault was returned after trying to remove BGP peer-group.

OpenSwitch version:

OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-devel/master-20161123113643-dev)

Test Topology:

This issue may be reproduced on single DUT

Steps to reproduce the problem (see attached file):

  1. Configure DUT as in attached file.
  2. Try to remove peer-group . - NOK: Segmentation fault.

    switch# conf ter
    switch(config)# router bgp 77
    switch(config-router)# no neighbor AS_77 peer-group
    Segmentation fault
    root@switch:~#

config.txt

xivamar commented 7 years ago

Issue is fixed. Dependencies were resolved and peer-group was removed.