diff options
Diffstat (limited to 'zebra/client_main.c')
| -rw-r--r-- | zebra/client_main.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/zebra/client_main.c b/zebra/client_main.c index 8290eafc4d..c9d738bb08 100644 --- a/zebra/client_main.c +++ b/zebra/client_main.c @@ -14,10 +14,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with GNU Zebra; see the file COPYING. If not, write to the Free - * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * You should have received a copy of the GNU General Public License along + * with this program; see the file COPYING; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <zebra.h> @@ -79,7 +78,6 @@ zebra_test_ipv4 (int command, int type, char *prefix, char *gateway, } } -#ifdef HAVE_IPV6 /* IPv6 route add and delete test. */ void zebra_test_v6 (int sock) @@ -95,7 +93,6 @@ zebra_test_v6 (int sock) sleep (5); /* zebra_ipv6_delete (sock, ZEBRA_ROUTE_STATIC, 0, &p, &nexthop, 1); */ } -#endif /* HAVE_IPV6 */ /* Print out usage and exit. */ void @@ -117,6 +114,8 @@ struct zebra_info { "ospf", ZEBRA_ROUTE_OSPF }, { "ospf6", ZEBRA_ROUTE_OSPF6 }, { "bgp", ZEBRA_ROUTE_BGP }, + { "nhrp", ZEBRA_ROUTE_NHRP }, + { "pim", ZEBRA_ROUTE_PIM }, { NULL, 0 } }; |
