[lib] export show_address_cmd debug command in if.h

2006-03-06 Paul Jakma <paul.jakma@sun.com>

	* if.h: export show_address_cmd, for anyone who wishes to use
	  it.
This commit is contained in:
Paul Jakma 2006-03-06 18:18:37 +00:00
parent 3e0c78ef8a
commit 478ccfd61b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-03-06 Paul Jakma <paul.jakma@sun.com>
* if.h: export show_address_cmd, for anyone who wishes to use
it.
2006-02-21 Paul Jakma <paul.jakma@sun.com>
* sockunion.c: (sockunion_{su2str,log}) Use XSTRDUP.

View File

@ -288,5 +288,6 @@ extern struct cmd_element interface_cmd;
extern struct cmd_element no_interface_cmd;
extern struct cmd_element interface_pseudo_cmd;
extern struct cmd_element no_interface_pseudo_cmd;
extern struct cmd_element show_address_cmd;
#endif /* _ZEBRA_IF_H */