Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Route-map config/unconfig, is Unknown Command to EIGRP #604

Closed
anithanarasimhamurthy opened this issue May 22, 2017 · 1 comment
Closed
Assignees

Comments

@anithanarasimhamurthy
Copy link

anithanarasimhamurthy commented May 22, 2017

switch(config)# access-list 10 permit 2.2.2.2
switch(config)# route-map test permit 65535 
switch(config-route-map)# match ip address 
  (1-199)      IP access-list number
  (1300-2699)  IP access-list number (expanded range)
  WORD         IP Access-list name
  prefix-len   Match prefix length of ip address
  prefix-list  Match entries of prefix-lists
switch(config-route-map)# match ip address 10
% [EIGRP] Unknown command: match ip address 10
switch(config-route-map)# exit
switch(config)# no route-map test permit 65535 
% [EIGRP] Unknown command: no route-map test permit 65535 
switch(config)# 
@qlyoung qlyoung self-assigned this May 23, 2017
qlyoung pushed a commit to qlyoung/frr that referenced this issue Jul 20, 2017
…eset

* rip_interface.c: Default for split_horizon_default differed between
  rip_interface_new and rip_interface_reset, causing at least some issues
  after interface events. See patchwork FRRouting#604. Fix, and consolidate code.

  (rip_interface_{reset,clean}) rename these to 'interface', as that's more
  appropriate.  Spin the ri specific bodies of these functions out to
  rip_interface_{reset,clean} helpers.  Factor out the overlaps, so
  rip_interface_reset uses rip_interface_clean.

  (rip_interface_new) just use rip_interface_reset.

* ripd.h: Update for (rip_interface_{reset,clean})

Reported by xufeng zhang, with a suggested fix on which this commit expands.
See patchwork FRRouting#604.  This commit addresses only the split-horizon
discrepency, issue #2.  The other issue they reported, #1, is not addressed,
though suggested fix seems inappropriate.

Cc: xufeng.zhang@windriver.com
@qlyoung
Copy link
Member

qlyoung commented Mar 29, 2019

This is fixed in FRR 7.0 and perhaps earlier

@qlyoung qlyoung closed this as completed Mar 29, 2019
@qlyoung qlyoung added the eigrp label Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants