1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-25 16:28:11 +00:00

Change "ip cef" to "no ip cef" in IOU default configs. Fixes #2298

This commit is contained in:
grossmj 2023-10-23 15:16:49 +10:00
parent 3b0d89be5a
commit 0d15f40930
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@ logging console discriminator EXCESS
! !
no ip icmp rate-limit unreachable no ip icmp rate-limit unreachable
! !
ip cef ! due to some bugs with IOU, try to change the following line to 'ip cef' if your routing does not work
no ip cef
no ip domain-lookup no ip domain-lookup
! !
! !

View File

@ -12,7 +12,8 @@ no ip icmp rate-limit unreachable
! !
! !
! !
ip cef ! due to some bugs with IOU, try to change the following line to 'ip cef' if your routing does not work
no ip cef
no ip domain-lookup no ip domain-lookup
! !
! !