You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)#
The text was updated successfully, but these errors were encountered:
…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
The text was updated successfully, but these errors were encountered: