MERAprojects / ops-quagga

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

The command `ip as-path access-list NAME deny|permit regular-expression` doesn't work for IPv6 #8

Open xivamar opened 8 years ago

xivamar commented 8 years ago

Problem Description:

The command ip as-path access-list NAME deny|permit regular-expression doesn't work for IPv6. We should fix this command that it works for both protocols or write new ipv6 as-path access-list NAME deny|permit regular-expression command.

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. Check bgp routing table via show ipv6 bgp on DUT1. All routes should be in the tables.
  3. Filter the routes that originated in AS 64501: configure ip as-path access-list and filter-list for neighbor 2002::6500:1.
  4. Check bgp routing table via show ipv6 bgp on DUT1. - NOK: the route to 2002::6500:0/116 network through 2002::6500:1 should be absent.

The_command__ip_as-path_access-list___doesn_t_work_for_IPv6.txt

ekgrish commented 7 years ago

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

ekgrish commented 7 years ago

Pull request: MERAprojects/ops-quagga#42