]> git.ipfire.org Git - people/stevee/network.git/commit
Replace routing_db_* by db_*
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 May 2015 20:06:03 +0000 (20:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 May 2015 20:06:03 +0000 (20:06 +0000)
commitc041b631fc6b58e9f9559559d8768856c8825dce
tree520deaeb07892bbe25d6faa27f5508ba0c3f6ae7
parent1c6a4e3050e4ea8baf1b57a73b411c631457794f
Replace routing_db_* by db_*

db_* is an extremely simple and volatile key-value
database that can be used to store things at runtime.
18 files changed:
src/dhclient-script
src/functions/functions.constants
src/functions/functions.db
src/functions/functions.dhcpd
src/functions/functions.dns
src/functions/functions.ppp
src/functions/functions.radvd
src/functions/functions.routing
src/functions/functions.util
src/hooks/configs/ipv4-dhcp
src/hooks/configs/ipv4-static
src/hooks/configs/ipv6-dhcp
src/hooks/configs/ipv6-static
src/hooks/zones/6rd
src/hooks/zones/6to4-tunnel
src/hooks/zones/modem
src/hooks/zones/pppoe
src/network