OpenWrt Network interface configuration daemon

Kristian Evensen 19c53807d9 Enable callers to pass the source IP of an IPv4 route when using 9 years ago
config fbb4a83633 add initial support for handling wireless devices via scripts 10 years ago
examples f7cdc6437c wireless: add an example driver cleanup implementation 10 years ago
scripts 19c53807d9 Enable callers to pass the source IP of an IPv4 route when using 9 years ago
.gitignore f8981d9933 Add qtcreator and kdevelop4 project files to .gitignore 10 years ago
CMakeLists.txt 5921778570 Add vlan 802.1q/802.1ad support as netifd devices 10 years ago
DESIGN 2b33b33188 document PROTO_FLAG_IMMEDIATE 13 years ago
alias.c f35b76c61b netifd: Link layer state awareness support on interface level 10 years ago
bridge.c f4ea01b966 bridge: retry adding members after config reload / device start 9 years ago
config.c df7cf40cf0 config: use sprintf instead of asprintf 9 years ago
config.h d095bf24cf config: use the new uci_blob library code 11 years ago
device.c 7c5d82806c netifd: Add igmpversion config support 9 years ago
device.h 7c5d82806c netifd: Add igmpversion config support 9 years ago
handler.c d5d6da8b10 make netifd_handler_parse_config honour the luci validation passed from the backend scripts 10 years ago
handler.h 4716798f0c handler: explicitly include json.h 9 years ago
interface-event.c 7c5d5bb952 Set DEVICE for legacy ifupdate event as well 10 years ago
interface-ip.c 248ec27b62 netifd : Apply interface metric on subnet routes when reloading ip 9 years ago
interface-ip.h cd23fd6bf7 netifd: Route type support 10 years ago
interface.c db99fce3f5 netifd: Fix interface auto disable when doing network reload 9 years ago
interface.h 922c169147 netifd: Allow to add link devices which can be marked as non external 10 years ago
iprule.c f80b9e4acc utils: add a function for checking if a process given by pid is still alive 10 years ago
iprule.h 4106d0ced4 IPv6: Remove IPv6 source-routing workaround (kernel is fixed) 10 years ago
macvlan.c 5a4eb870af device: make link status detection optional for vlan devices 9 years ago
main.c 5db02763d6 netifd: process reload calls immediately instead of going through a timer 10 years ago
netifd.h 9cf7219d55 uci: Allow setting the UCI config path on the command line 10 years ago
proto-shell.c 3c4a49e215 netifd: Make possible state transitions more clear when handling teardown event 9 years ago
proto-static.c 75e73ab371 interface: enable force_link by default for proto=static 10 years ago
proto.c 38c29e0bcc netifd: Apply interface metric on configured interface gateway parameters 10 years ago
proto.h 75e73ab371 interface: enable force_link by default for proto=static 10 years ago
system-dummy.c 7c5d82806c netifd: Add igmpversion config support 9 years ago
system-linux.c 7c5d82806c netifd: Add igmpversion config support 9 years ago
system.c 8e15f409e0 netifd: GRE Tos support 9 years ago
system.h 7c5d82806c netifd: Add igmpversion config support 9 years ago
tunnel.c 4f5b41cf78 netifd: GRE tunnel support 10 years ago
ubus.c 922c169147 netifd: Allow to add link devices which can be marked as non external 10 years ago
ubus.h fbb4a83633 add initial support for handling wireless devices via scripts 10 years ago
utils.c 8663e9de71 add a helper to convert blobmsg types to luci validate rules 10 years ago
utils.h 8663e9de71 add a helper to convert blobmsg types to luci validate rules 10 years ago
vlan.c 5a4eb870af device: make link status detection optional for vlan devices 9 years ago
vlandev.c 5a4eb870af device: make link status detection optional for vlan devices 9 years ago
wireless.c b46a8f3b97 wireless: use strdup for vif sections 9 years ago
wireless.h a565ae60a2 wireless: defer init until after command line option processing 10 years ago