2 * ip.c "ip" utility frontend.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
9 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
14 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
17 #include "./libiproute/utils.h"
18 #include "./libiproute/ip_common.h"
22 int iproute_main(int argc, char **argv)
24 ip_parse_common_args(&argc, &argv);
26 return do_iproute(argc-1, argv+1);