]> git.ipfire.org Git - people/stevee/network.git/commitdiff
routing: Remove deprecated functions
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 May 2015 20:25:51 +0000 (20:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 May 2015 20:25:51 +0000 (20:25 +0000)
src/functions/functions.routing

index 0674cbd24adfd8faca55505db82c3ccdd0cea23c..5bfbea0194e812b4c416f63adf54371a0563cc95 100644 (file)
@@ -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}