You can specify what routes exactly you want to receive from neighbor on specific interface by using **distribute-list** option:
(conf)# router eigrp 10
(config-router)# distribute-list 50 in Tunnel 3
access-list standard 50
permit 192.168.1.0 0.0.0.255
This short example displays how to accept only routes to network 192.168.1.0/24 from neighbors on Tunnel 3 interface.