From c7060963b69462dbe82da08ec6fa906885451003 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 23 Aug 2009 11:21:33 +0000 Subject: [PATCH] [package] fix typos in babel.conf files, thanks florida git-svn-id: svn://svn.openwrt.org/openwrt/packages@17354 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/babel/Makefile | 2 +- net/babel/files/babel.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/babel/Makefile b/net/babel/Makefile index 51db689a4..4a371f599 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babel PKG_VERSION:=0.95 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/ diff --git a/net/babel/files/babel.conf b/net/babel/files/babel.conf index 20ba36c5f..4f6eb93ec 100644 --- a/net/babel/files/babel.conf +++ b/net/babel/files/babel.conf @@ -16,10 +16,10 @@ # redistribute IPv4 default route into babel -## redistribute local 0.0.0.0/0 le 0 metric 128 +## redistribute local ip 0.0.0.0/0 le 0 metric 128 # same but for IPv6 -## redistribute local ::/0 le 0 metric 128 +## redistribute local ip ::/0 le 0 metric 128 # don't redistribute all local addresses, only selected ones # after the first line, the "deny" rules kicks in. After the "deny" @@ -44,10 +44,10 @@ # redistribute IPv4 default route into babel -## redistribute local 0.0.0.0/0 le 0 metric 128 +## redistribute local ip 0.0.0.0/0 le 0 metric 128 # same but for IPv6 -## redistribute local ::/0 le 0 metric 128 +## redistribute local ip ::/0 le 0 metric 128 # don't redistribute all local addresses, only selected ones # after the first line, the "deny" rules kicks in. After the "deny" -- 2.11.0