From: Michael Tremer Date: Sat, 2 May 2015 20:25:51 +0000 (+0000) Subject: routing: Remove deprecated functions X-Git-Tag: 007~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd6339d3a01523688d5e70705a82ad6b399ae3e;p=network.git routing: Remove deprecated functions --- diff --git a/src/functions/functions.routing b/src/functions/functions.routing index 0674cbd2..5bfbea01 100644 --- a/src/functions/functions.routing +++ b/src/functions/functions.routing @@ -104,16 +104,6 @@ routing_default_update() { done } -# XXX deprecated function -routing_table_exists() { - route_table_exists $@ -} - -# XXX deprecated function -routing_table_create() { - route_table_create $@ -} - routing_db_from_ppp() { local zone=${1} local proto=${2} @@ -164,7 +154,7 @@ routing_update() { fi # Create routing table if not exists - routing_table_create ${table} + route_table_create ${table} log DEBUG "Flushing routing table ${table}" cmd ${ip_cmd} route flush table ${table}