diff options
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r-- | ripngd/ripngd.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index 399435fb2..f373598be 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -13,10 +13,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> @@ -2171,7 +2170,7 @@ DEFUN (clear_ipv6_rip, "clear ipv6 ripng", CLEAR_STR IPV6_STR - "Clear IPv6 RIP database") + "Clear IPv6 RIP database\n") { struct route_node *rp; struct ripng_info *rinfo; @@ -2358,7 +2357,7 @@ DEFUN (no_ripng_aggregate_address, "no aggregate-address X:X::X:X/M", NO_STR "Delete aggregate RIPng route announcement\n" - "Aggregate network") + "Aggregate network\n") { int idx_ipv6_prefixlen = 2; int ret; @@ -2577,7 +2576,7 @@ DEFUN (show_ipv6_protocols, "show ipv6 protocols", SHOW_STR IPV6_STR - "Routing protocol information") + "Routing protocol information\n") { if (! ripng) return CMD_SUCCESS; |