summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_ifrmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Usedhasso2003-05-241-305/+0
| | | | | same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
* From: Hasso Tepperpaul2003-04-231-6/+6
| | | | | | This one fixes "router xxx" node commands in vtysh. Don't get "unknown command" error when entering "passive-interface eth0" command while ospfd and ospf6d running etc.
* Hasso Tepperpaul2003-04-191-0/+305
http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch Allows to extract.pl to pickup "route-map xxx in/out dev" commands for vtysh (ripngd). As lib/if_rmap.[c|h] are used in ripngd only, I moved them to the ripngd/ directory.