MERAprojects / ops-quagga

GNU General Public License v2.0
0 stars 0 forks source link

BGP command 'route-map ' doesn't work for IPv6 #9

Open xivamar opened 8 years ago

xivamar commented 8 years ago

Problem Description:

Filtration via command route-map NAME permit|deny Y doesn't work for IPv6.

OpenSwitch version:

OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-master-20160823125534-dev)

Test Topology:

topologyipv6

Steps to reproduce the problem (see attached file):

  1. Configure bgp router and add neighbors to it on each DUTs. Neighbors should be in established state.
  2. Configure a directly connected channel as backup - add AS in AS-Path list on DUT1.
  3. Check bgp routing table via show ipv6 bgp on DUT2. - NOK: Output should contain following entries:

      Network          Next Hop            Metric LocPrf Weight Path
    *  2002::6400:0/119 2002::6500:2             0      0  32768 64500 64500 64500 i
    *> 2002::6400:0/119 2002::6500:6             0      0  32768 64502 64500 i

CLI_BDP_command__route-map_doesn_t_workfor_IPv6.txt

ekgrish commented 7 years ago

related to: https://github.com/MERAprojects/ops-quagga/issues/8 https://github.com/MERAprojects/ops-build/issues/5

ekgrish commented 7 years ago

Pull request: MERAprojects/ops-quagga#42