project/netifd.git
11 years agominor cleanup
Felix Fietkau [Wed, 19 Oct 2011 20:13:10 +0000 (22:13 +0200)]
minor cleanup

11 years agoadd -Wmissing-declarations to cflags
Felix Fietkau [Wed, 19 Oct 2011 19:15:26 +0000 (21:15 +0200)]
add -Wmissing-declarations to cflags

11 years agomake a few more functions static
Felix Fietkau [Wed, 19 Oct 2011 19:15:18 +0000 (21:15 +0200)]
make a few more functions static

11 years agofix interface_add_dns_search_list
Felix Fietkau [Wed, 19 Oct 2011 19:14:39 +0000 (21:14 +0200)]
fix interface_add_dns_search_list

11 years agorename config_init_interfaces to config_init_all
Felix Fietkau [Wed, 19 Oct 2011 19:04:52 +0000 (21:04 +0200)]
rename config_init_interfaces to config_init_all

11 years agoremove the argument to config_init_interfaces
Felix Fietkau [Wed, 19 Oct 2011 19:03:34 +0000 (21:03 +0200)]
remove the argument to config_init_interfaces

11 years agorework route handling, move parser code to interface-ip.c, add extra options and...
Felix Fietkau [Wed, 19 Oct 2011 18:51:57 +0000 (20:51 +0200)]
rework route handling, move parser code to interface-ip.c, add extra options and add further support for pulling routes from config

11 years agoadd support for keeping multiple ip addr/route/dns lists
Felix Fietkau [Wed, 19 Oct 2011 16:46:53 +0000 (18:46 +0200)]
add support for keeping multiple ip addr/route/dns lists

11 years agofix device_lock
Felix Fietkau [Wed, 19 Oct 2011 15:32:01 +0000 (17:32 +0200)]
fix device_lock

11 years agoinclude the DEVICE variable in hotplug events
Felix Fietkau [Wed, 19 Oct 2011 15:31:32 +0000 (17:31 +0200)]
include the DEVICE variable in hotplug events

11 years agorework device hotplug handling some more, add device_lock/device_unlock to prevent...
Felix Fietkau [Wed, 19 Oct 2011 01:20:09 +0000 (03:20 +0200)]
rework device hotplug handling some more, add device_lock/device_unlock to prevent use-after-free bugs

11 years agorework and fix hotplug interface handling
Felix Fietkau [Wed, 19 Oct 2011 00:08:25 +0000 (02:08 +0200)]
rework and fix hotplug interface handling

11 years agoapply device settings to simple devices with config specified from the interface...
Felix Fietkau [Tue, 18 Oct 2011 23:32:55 +0000 (01:32 +0200)]
apply device settings to simple devices with config specified from the interface section (legacy format compatibility), but only if no other config was provided

11 years agoapply low level device settings
Felix Fietkau [Tue, 18 Oct 2011 23:12:15 +0000 (01:12 +0200)]
apply low level device settings

11 years agoset the igmp snooping option for bridges
Felix Fietkau [Tue, 18 Oct 2011 23:00:32 +0000 (01:00 +0200)]
set the igmp snooping option for bridges

11 years agodisable ipv6 for bridge member interfaces
Felix Fietkau [Tue, 18 Oct 2011 22:51:10 +0000 (00:51 +0200)]
disable ipv6 for bridge member interfaces

11 years agoadd log messages for interface up/down
Felix Fietkau [Tue, 18 Oct 2011 22:17:06 +0000 (00:17 +0200)]
add log messages for interface up/down

11 years agomove log levels to netifd.h
Felix Fietkau [Tue, 18 Oct 2011 22:14:51 +0000 (00:14 +0200)]
move log levels to netifd.h

11 years agoon proto event IFPEV_DOWN, do not attempt to bring up interfaces that are no longer...
Felix Fietkau [Tue, 18 Oct 2011 18:42:48 +0000 (20:42 +0200)]
on proto event IFPEV_DOWN, do not attempt to bring up interfaces that are no longer available

11 years agoadd support for alias devices, which are activated based on hotplug events containing...
Felix Fietkau [Tue, 18 Oct 2011 18:41:23 +0000 (20:41 +0200)]
add support for alias devices, which are activated based on hotplug events containing the real device name

11 years agoincrease sleep time for dummy pppoe handler
Felix Fietkau [Tue, 18 Oct 2011 18:39:14 +0000 (20:39 +0200)]
increase sleep time for dummy pppoe handler

11 years agoproto-shell: reset l3 device if it was set before
Felix Fietkau [Tue, 18 Oct 2011 18:38:44 +0000 (20:38 +0200)]
proto-shell: reset l3 device if it was set before

11 years agodisplay device and l3_device separately in ubus status
Felix Fietkau [Tue, 18 Oct 2011 18:32:00 +0000 (20:32 +0200)]
display device and l3_device separately in ubus status

11 years agofix interrupted read checks in log collection
Felix Fietkau [Tue, 18 Oct 2011 18:12:08 +0000 (20:12 +0200)]
fix interrupted read checks in log collection

11 years agoreset l3 dev on interface reload
Felix Fietkau [Tue, 18 Oct 2011 17:19:02 +0000 (19:19 +0200)]
reset l3 dev on interface reload

11 years agodefer releasing the l3 dev so that the generic code can take care of cleaning system...
Felix Fietkau [Tue, 18 Oct 2011 17:17:05 +0000 (19:17 +0200)]
defer releasing the l3 dev so that the generic code can take care of cleaning system settings

11 years agodirectly pass the device name to the device create function
Felix Fietkau [Tue, 18 Oct 2011 16:18:24 +0000 (18:18 +0200)]
directly pass the device name to the device create function

11 years agoadd interface users (similar to device users)
Felix Fietkau [Tue, 18 Oct 2011 15:06:17 +0000 (17:06 +0200)]
add interface users (similar to device users)

11 years agoclear errors before attempting to bring up an interface
Felix Fietkau [Tue, 18 Oct 2011 13:30:54 +0000 (15:30 +0200)]
clear errors before attempting to bring up an interface

11 years agofix infinite loop in logging when the logged process dies
Felix Fietkau [Sun, 16 Oct 2011 14:25:59 +0000 (16:25 +0200)]
fix infinite loop in logging when the logged process dies

11 years agoadd support for a user-configurable log level
Felix Fietkau [Sun, 16 Oct 2011 00:11:23 +0000 (02:11 +0200)]
add support for a user-configurable log level

11 years agoadd support for logging messages via syslog (or optionally stdout)
Felix Fietkau [Sun, 16 Oct 2011 00:01:36 +0000 (02:01 +0200)]
add support for logging messages via syslog (or optionally stdout)

11 years agodetach stdin/stdout/stderr from child processes, implement a separate logging pipe...
Felix Fietkau [Sat, 15 Oct 2011 22:42:29 +0000 (00:42 +0200)]
detach stdin/stdout/stderr from child processes, implement a separate logging pipe and relay log messages with prefix

11 years agoadd support for tracking open file descriptors of modules and closing them for create...
Felix Fietkau [Sat, 15 Oct 2011 17:06:28 +0000 (19:06 +0200)]
add support for tracking open file descriptors of modules and closing them for created child processes

11 years agomove netifd_start_process dir_fd to the data structure
Felix Fietkau [Sat, 15 Oct 2011 15:42:25 +0000 (17:42 +0200)]
move netifd_start_process dir_fd to the data structure

11 years agowhen killed, kill pending child processes
Felix Fietkau [Sat, 15 Oct 2011 15:15:47 +0000 (17:15 +0200)]
when killed, kill pending child processes

11 years agokeep track of all running child processes in one place
Felix Fietkau [Sat, 15 Oct 2011 15:00:24 +0000 (17:00 +0200)]
keep track of all running child processes in one place

11 years agoclear existing addresses/routes on interfaces when clearing other state
Felix Fietkau [Fri, 14 Oct 2011 03:59:36 +0000 (05:59 +0200)]
clear existing addresses/routes on interfaces when clearing other state

11 years agoflush routes after bringing up/down an interface
Felix Fietkau [Fri, 14 Oct 2011 02:40:44 +0000 (04:40 +0200)]
flush routes after bringing up/down an interface

11 years agofix adding routes
Felix Fietkau [Fri, 14 Oct 2011 01:35:52 +0000 (03:35 +0200)]
fix adding routes

11 years agoproto-shell: fix parsing route netmask
Felix Fietkau [Fri, 14 Oct 2011 01:18:46 +0000 (03:18 +0200)]
proto-shell: fix parsing route netmask

11 years agofix passing routes to netifd
Felix Fietkau [Fri, 14 Oct 2011 01:14:06 +0000 (03:14 +0200)]
fix passing routes to netifd

11 years agouse json_close_object instead of json_close_table
Felix Fietkau [Fri, 14 Oct 2011 00:46:31 +0000 (02:46 +0200)]
use json_close_object instead of json_close_table

11 years agoproto-shell: for default routes push a string instead of an integer as netmask
Felix Fietkau [Fri, 14 Oct 2011 00:44:19 +0000 (02:44 +0200)]
proto-shell: for default routes push a string instead of an integer as netmask

11 years agoproto-shell: allow proto handlers to export variables to child processes
Felix Fietkau [Thu, 13 Oct 2011 23:19:06 +0000 (01:19 +0200)]
proto-shell: allow proto handlers to export variables to child processes

11 years agoproto-shell: add dns search domains
Felix Fietkau [Thu, 13 Oct 2011 22:47:17 +0000 (00:47 +0200)]
proto-shell: add dns search domains

11 years agoproto-shell: allow passing netmask in ip address format
Felix Fietkau [Thu, 13 Oct 2011 22:30:54 +0000 (00:30 +0200)]
proto-shell: allow passing netmask in ip address format

11 years agoproto-shell: allow proto setups without ifname (if interface main dev is present)
Felix Fietkau [Thu, 13 Oct 2011 22:09:16 +0000 (00:09 +0200)]
proto-shell: allow proto setups without ifname (if interface main dev is present)

11 years agoadd support for killing running proto-shell tasks with an arbitrary signal and waitin...
Felix Fietkau [Thu, 13 Oct 2011 22:01:42 +0000 (00:01 +0200)]
add support for killing running proto-shell tasks with an arbitrary signal and waiting for their completion

11 years agoadd proper parameters for protocol notify functions
Felix Fietkau [Thu, 13 Oct 2011 21:57:39 +0000 (23:57 +0200)]
add proper parameters for protocol notify functions

11 years agoadd tmp to .gitignore
Felix Fietkau [Thu, 13 Oct 2011 13:15:28 +0000 (15:15 +0200)]
add tmp to .gitignore

11 years agoclean dns list if an interface is marked as down
Felix Fietkau [Thu, 13 Oct 2011 13:13:22 +0000 (15:13 +0200)]
clean dns list if an interface is marked as down

11 years agoproto-shell: fix updating settings, only issue ifup event after configuration has...
Felix Fietkau [Thu, 13 Oct 2011 13:11:32 +0000 (15:11 +0200)]
proto-shell: fix updating settings, only issue ifup event after configuration has been applied

11 years agoproto-shell: add dns server support
Felix Fietkau [Thu, 13 Oct 2011 13:03:29 +0000 (15:03 +0200)]
proto-shell: add dns server support

11 years agoadd functions for adding dns servers to the proto list, hook them up in proto-static.c
Felix Fietkau [Thu, 13 Oct 2011 12:58:51 +0000 (14:58 +0200)]
add functions for adding dns servers to the proto list, hook them up in proto-static.c

11 years agokill the proto task after teardown is complete, ignore proto task completion event...
Felix Fietkau [Wed, 12 Oct 2011 14:35:48 +0000 (16:35 +0200)]
kill the proto task after teardown is complete, ignore proto task completion event while teardown is pending or active

11 years agoif an interface is brought down by the proto handler and autostart is still active...
Felix Fietkau [Wed, 12 Oct 2011 14:19:52 +0000 (16:19 +0200)]
if an interface is brought down by the proto handler and autostart is still active, restart the interface

11 years agomove --std=gnu99 to the main cflags
Felix Fietkau [Wed, 12 Oct 2011 14:16:58 +0000 (16:16 +0200)]
move --std=gnu99 to the main cflags

11 years agodefine _GNU_SOURCE and include stdio.h in ubus.c to fix a compile error
Felix Fietkau [Wed, 12 Oct 2011 14:16:28 +0000 (16:16 +0200)]
define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile error

11 years agoadd support for launching a long running command from a proto-shell handler that...
Felix Fietkau [Wed, 12 Oct 2011 14:11:49 +0000 (16:11 +0200)]
add support for launching a long running command from a proto-shell handler that keeps the connection running. bring down the interface if that command dies

11 years agofix network interface object name
Felix Fietkau [Wed, 12 Oct 2011 14:07:46 +0000 (16:07 +0200)]
fix network interface object name

11 years agoimplement a new ubus object "network.device", add a method for dumping detailed devic...
Felix Fietkau [Tue, 11 Oct 2011 13:29:05 +0000 (15:29 +0200)]
implement a new ubus object "network.device", add a method for dumping detailed device information

11 years agorename the network.interface ubus object to just network
Felix Fietkau [Tue, 11 Oct 2011 12:44:19 +0000 (14:44 +0200)]
rename the network.interface ubus object to just network

11 years agoadd some code for keeping track of dns servers and search domains and for writing...
Felix Fietkau [Mon, 10 Oct 2011 20:17:03 +0000 (22:17 +0200)]
add some code for keeping track of dns servers and search domains and for writing resolv.conf

11 years agoadd interface uptime to the status info
Felix Fietkau [Mon, 10 Oct 2011 17:12:43 +0000 (19:12 +0200)]
add interface uptime to the status info

11 years agoproto-shell: add a library function for sending protocol handler updates
Felix Fietkau [Mon, 10 Oct 2011 14:30:42 +0000 (16:30 +0200)]
proto-shell: add a library function for sending protocol handler updates

11 years agoproto-shell: move all proto init code to a separate function
Felix Fietkau [Mon, 10 Oct 2011 13:50:35 +0000 (15:50 +0200)]
proto-shell: move all proto init code to a separate function

11 years agomake it easier to use netifd-proto.sh as a library
Felix Fietkau [Mon, 10 Oct 2011 13:26:11 +0000 (15:26 +0200)]
make it easier to use netifd-proto.sh as a library

11 years agoadd wrappers to parse setup/teardown data
Felix Fietkau [Mon, 10 Oct 2011 00:02:29 +0000 (02:02 +0200)]
add wrappers to parse setup/teardown data

11 years agomove around files
Felix Fietkau [Sun, 9 Oct 2011 23:55:38 +0000 (01:55 +0200)]
move around files

11 years agomove the main path to ./dummy to maintain the proper proto script implementations...
Felix Fietkau [Sun, 9 Oct 2011 21:49:43 +0000 (23:49 +0200)]
move the main path to ./dummy to maintain the proper proto script implementations in ./proto

11 years agouse /lib/netifd as main path when dummy mode is disabled
Felix Fietkau [Sun, 9 Oct 2011 21:47:11 +0000 (23:47 +0200)]
use /lib/netifd as main path when dummy mode is disabled

11 years agoremove a bogus return statement
Felix Fietkau [Sun, 9 Oct 2011 20:52:37 +0000 (22:52 +0200)]
remove a bogus return statement

11 years agofix clearing device state, trigger it on device_init()
Felix Fietkau [Sun, 9 Oct 2011 20:42:34 +0000 (22:42 +0200)]
fix clearing device state, trigger it on device_init()

11 years agoadd more options for bridges, enable stp by default and set forwarding delay to 1
Felix Fietkau [Sun, 9 Oct 2011 20:30:16 +0000 (22:30 +0200)]
add more options for bridges, enable stp by default and set forwarding delay to 1

11 years agosystem-linux: fix creating vlan 0, set the device name type before creating vlan...
Felix Fietkau [Sun, 9 Oct 2011 19:07:07 +0000 (21:07 +0200)]
system-linux: fix creating vlan 0, set the device name type before creating vlan devices

11 years agosystem-linux: add a function to clear bridge membership of a device and bring down...
Felix Fietkau [Sun, 9 Oct 2011 18:47:55 +0000 (20:47 +0200)]
system-linux: add a function to clear bridge membership of a device and bring down the device, fixes issues when restarting netifd without deinit

11 years agosystem-linux: return 0 in system_init
Felix Fietkau [Sun, 9 Oct 2011 17:56:43 +0000 (19:56 +0200)]
system-linux: return 0 in system_init

11 years agoadd .gitignore
Felix Fietkau [Sun, 9 Oct 2011 17:50:23 +0000 (19:50 +0200)]
add .gitignore

11 years agosystem-linux: clean up code, fix up error path, get rod if initial RTM_GETLINK dump...
Felix Fietkau [Sun, 9 Oct 2011 17:46:52 +0000 (19:46 +0200)]
system-linux: clean up code, fix up error path, get rod if initial RTM_GETLINK dump command

11 years agodrop -O0 for debug builds
Felix Fietkau [Sun, 9 Oct 2011 17:30:15 +0000 (19:30 +0200)]
drop -O0 for debug builds

11 years agosystem-linux: remove an unnecessary libnl-tiny hack
Felix Fietkau [Sun, 9 Oct 2011 17:29:04 +0000 (19:29 +0200)]
system-linux: remove an unnecessary libnl-tiny hack

11 years agosystem-linux: set the device present state in system_if_check()
Felix Fietkau [Sun, 9 Oct 2011 17:18:07 +0000 (19:18 +0200)]
system-linux: set the device present state in system_if_check()

11 years agoadd an install target
Felix Fietkau [Sun, 9 Oct 2011 17:03:01 +0000 (19:03 +0200)]
add an install target

11 years agoinclude netlink/attr.h to fix a compile error with libnl-tiny
Felix Fietkau [Sun, 9 Oct 2011 16:58:59 +0000 (18:58 +0200)]
include netlink/attr.h to fix a compile error with libnl-tiny

11 years agoadd a variable for overriding the libnl linker command
Felix Fietkau [Sun, 9 Oct 2011 16:57:42 +0000 (18:57 +0200)]
add a variable for overriding the libnl linker command

11 years agoproto-shell: add _GNU_SOURCE define to get O_DIRECTORY
Felix Fietkau [Sun, 9 Oct 2011 16:57:20 +0000 (18:57 +0200)]
proto-shell: add _GNU_SOURCE define to get O_DIRECTORY

11 years agoadd ubus events for interface up/down
Felix Fietkau [Sun, 9 Oct 2011 16:49:46 +0000 (18:49 +0200)]
add ubus events for interface up/down

11 years agorename interface-hotplug.c to interface-event.c
Felix Fietkau [Sun, 9 Oct 2011 15:54:40 +0000 (17:54 +0200)]
rename interface-hotplug.c to interface-event.c

11 years agoadd more debugging messages for hotplug handlers
Felix Fietkau [Sun, 9 Oct 2011 15:50:18 +0000 (17:50 +0200)]
add more debugging messages for hotplug handlers

11 years agoconfig: remove unused variable (fix cc error)
Steven Barth [Fri, 7 Oct 2011 18:01:44 +0000 (20:01 +0200)]
config: remove unused variable (fix cc error)

11 years agosystem-linux: resolve interface index at device_up
Steven Barth [Fri, 7 Oct 2011 18:01:11 +0000 (20:01 +0200)]
system-linux: resolve interface index at device_up

11 years agoadd support for calls to a hotplug script on interface state changes
Felix Fietkau [Fri, 7 Oct 2011 16:51:55 +0000 (18:51 +0200)]
add support for calls to a hotplug script on interface state changes

11 years agofix proto events for immediate proto handlers
Felix Fietkau [Fri, 7 Oct 2011 16:50:16 +0000 (18:50 +0200)]
fix proto events for immediate proto handlers

11 years agodelete interfaces from the avl tree on free
Felix Fietkau [Thu, 6 Oct 2011 17:42:24 +0000 (19:42 +0200)]
delete interfaces from the avl tree on free

11 years agoonly free unused devices after the final config init
Felix Fietkau [Thu, 6 Oct 2011 16:05:59 +0000 (18:05 +0200)]
only free unused devices after the final config init

11 years agoonly show the "Create new device.." message if there is no old device
Felix Fietkau [Thu, 6 Oct 2011 15:41:40 +0000 (17:41 +0200)]
only show the "Create new device.." message if there is no old device

11 years agodevice reload, use config_check_equal instead of config_check_diff
Felix Fietkau [Thu, 6 Oct 2011 15:39:54 +0000 (17:39 +0200)]
device reload, use config_check_equal instead of config_check_diff

11 years agofix parsing settings for devices on reload
Felix Fietkau [Thu, 6 Oct 2011 15:32:43 +0000 (17:32 +0200)]
fix parsing settings for devices on reload

11 years agodetect interface configuration changes
Felix Fietkau [Thu, 6 Oct 2011 01:48:16 +0000 (03:48 +0200)]
detect interface configuration changes