git.archive.openwrt.org Git - project/netifd.git/rss - CMakeLists.txt history http://git.archive.openwrt.org?p=project/netifd.git;a=history;f=CMakeLists.txt OpenWrt Network interface configuration daemon en nbd static/git-logo.png git.archive.openwrt.org Git - project/netifd.git/rss - CMakeLists.txt history http://git.archive.openwrt.org?p=project/netifd.git;a=history;f=CMakeLists.txt Tue, 9 May 2017 10:56:07 +0000 Tue, 9 May 2017 10:56:07 +0000 gitweb v.2.11.0/2.11.0 build: disable unknown warning option error in clang Felix Fietkau <nbd@nbd.name> Tue, 9 May 2017 10:56:07 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=e6ebe0bfcdb7df25f1d96d367e8c0ad49b1642e3 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=e6ebe0bfcdb7df25f1d96d367e8c0ad49b1642e3 build: disable unknown warning option error in clang build: disable unknown warning option error in clang Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • [D] CMakeLists.txt
]]>
build: suppress format truncation warnings to avoid errors with gcc7 Felix Fietkau <nbd@nbd.name> Thu, 4 May 2017 13:49:53 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=6b9c2673173f9636647e021a84d560c0863b1b99 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=6b9c2673173f9636647e021a84d560c0863b1b99 build: suppress format truncation warnings to avoid errors with gcc7 build: suppress format truncation warnings to avoid errors with gcc7 Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • [D] CMakeLists.txt
]]>
device: add veth support Matthias Schiffer <mschiffer@universe-factory.net> Fri, 10 Feb 2017 05:30:17 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=6397f5edb977b5963aa8eec1deaa709355bbbc7d http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=6397f5edb977b5963aa8eec1deaa709355bbbc7d device: add veth support device: add veth support The veth config code mostly handles the primary interface of a veth pair, the secondary interface is not explicitly referenced and will be found as an unrelated interface after the pair has been created. This doesn't only allow us to keep the veth code simple (and similar to existing device handlers), but will also avoid complicating handling unnecessarily in case the secondary interface is moved into another network namespace. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
  • [D] CMakeLists.txt
]]>
remove obsolete /opt/local prefix on Mac OS X Felix Fietkau <nbd@nbd.name> Sat, 24 Dec 2016 09:52:18 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=c99182e96d2b66bab77d9eb9584ca7e0211966aa http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=c99182e96d2b66bab77d9eb9584ca7e0211966aa remove obsolete /opt/local prefix on Mac OS X remove obsolete /opt/local prefix on Mac OS X Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • [D] CMakeLists.txt
]]>
netifd: fixes for json-c 0.12 John Crispin <blogic@openwrt.org> Thu, 5 Mar 2015 18:44:31 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=45fd905c980e56b20770d4b34556749fbca53fcc http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=45fd905c980e56b20770d4b34556749fbca53fcc netifd: fixes for json-c 0.12 netifd: fixes for json-c 0.12 Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
]]>
Add vlan 802.1q/802.1ad support as netifd devices Gioacchino Mazzurco <gio@eigenlab.org> Tue, 10 Jun 2014 17:29:13 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=59217785704fca27d2c7a19e279d27c384a452cd http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=59217785704fca27d2c7a19e279d27c384a452cd Add vlan 802.1q/802.1ad support as netifd devices Add vlan 802.1q/802.1ad support as netifd devices At moment netifd supports just 802.1q vlan, you can configure them using a concise but "hacky" syntax using an interface config section, with this patch netifd acquire the capability of configuring 802.1ad and 802.1q vlan using config device sections, so you can define a vlan device plus interface with something like this: config device 'test' option type '8021ad' option name 'test' option ifname 'eth0' option vid '1000' config interface 'testif' option ifname 'test' option proto 'none' option auto '1' old syntax for 802.1q keeps working so no retrocompatibility problems, to keep retrocompatibility means also that user must not use name/ifname like eth0.2 for devices declared with the new style because this would trigger the "old style" when interface config section is parsed Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com>
  • [D] CMakeLists.txt
]]>
add initial support for handling wireless devices via scripts Felix Fietkau <nbd@openwrt.org> Mon, 21 Oct 2013 18:15:31 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=fbb4a83633fd935748dd3c26d4fc28821db71cdd http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=fbb4a83633fd935748dd3c26d4fc28821db71cdd add initial support for handling wireless devices via scripts add initial support for handling wireless devices via scripts Signed-off-by: Felix Fietkau <nbd@openwrt.org>
  • [D] CMakeLists.txt
]]>
proto-shell: move script handler dump code to handler.c Felix Fietkau <nbd@openwrt.org> Tue, 24 Sep 2013 08:47:47 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=f16a15c39c872c5f42eb554deb4d956264c0c823 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=f16a15c39c872c5f42eb554deb4d956264c0c823 proto-shell: move script handler dump code to handler.c proto-shell: move script handler dump code to handler.c Signed-off-by: Felix Fietkau <nbd@openwrt.org>
  • [D] CMakeLists.txt
]]>
device: add macvlan support Felix Fietkau <nbd@openwrt.org> Thu, 3 Oct 2013 14:50:51 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=5dd87fd8ad3a42c71d90a8fecc893af973e552bf http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=5dd87fd8ad3a42c71d90a8fecc893af973e552bf device: add macvlan support device: add macvlan support Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
  • [D] CMakeLists.txt
]]>
Add support for ip rules Jo-Philipp Wich <jow@openwrt.org> Thu, 4 Apr 2013 12:41:39 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=a47c3353cdf46b730f43198052c8f807e2bd313f http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=a47c3353cdf46b730f43198052c8f807e2bd313f Add support for ip rules Add support for ip rules
  • [D] CMakeLists.txt
]]>
fix libnl detection Thomas Gstädtner <thomas@gstaedtner.net> Sun, 3 Mar 2013 17:20:10 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=b8688d2960c998b60713deeff7df1603f7a8bd3e http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=b8688d2960c998b60713deeff7df1603f7a8bd3e fix libnl detection fix libnl detection
  • [D] CMakeLists.txt
]]>
prefer to link against libjson-c over libjson (the new library name in git versions... Felix Fietkau <nbd@openwrt.org> Mon, 11 Feb 2013 21:10:03 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=35d767f41931df99533fccd0fbf3aa844d869139 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=35d767f41931df99533fccd0fbf3aa844d869139 prefer to link against libjson-c over libjson (the new library name in git versions... prefer to link against libjson-c over libjson (the new library name in git versions of json-c) Signed-off-by: Felix Fietkau <nbd@openwrt.org>
  • [D] CMakeLists.txt
]]>
add optional flag for disabling compiler optimization (debug only) Felix Fietkau <nbd@openwrt.org> Thu, 6 Sep 2012 14:54:16 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=b077337e6f213975a66e89d61b702aae48314885 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=b077337e6f213975a66e89d61b702aae48314885 add optional flag for disabling compiler optimization (debug only) add optional flag for disabling compiler optimization (debug only)
  • [D] CMakeLists.txt
]]>
split alias support into a separate source file for better readability Felix Fietkau <nbd@openwrt.org> Thu, 5 Jul 2012 17:58:46 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=4bf10a76e01d2f2971a86765722a4c4a65b584a7 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=4bf10a76e01d2f2971a86765722a4c4a65b584a7 split alias support into a separate source file for better readability split alias support into a separate source file for better readability
  • [D] CMakeLists.txt
]]>
parse tunnel devices from config Felix Fietkau <nbd@openwrt.org> Wed, 14 Mar 2012 23:09:43 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=1c7bff698eb7adbe239ccf400345cfda3d466f39 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=1c7bff698eb7adbe239ccf400345cfda3d466f39 parse tunnel devices from config parse tunnel devices from config
  • [D] CMakeLists.txt
]]>
system-linux: add functions for adding/removing ip tunnels (currently only sit supported) Felix Fietkau <nbd@openwrt.org> Wed, 14 Mar 2012 23:09:20 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=87648299f8944a3268210e0315f6b5244d42fa4f http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=87648299f8944a3268210e0315f6b5244d42fa4f system-linux: add functions for adding/removing ip tunnels (currently only sit supported) system-linux: add functions for adding/removing ip tunnels (currently only sit supported)
  • [D] CMakeLists.txt
]]>
add -Wmissing-declarations to cflags Felix Fietkau <nbd@openwrt.org> Wed, 19 Oct 2011 19:15:26 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=1ba3b8a006b57646d55522bb9efa77769361ff39 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=1ba3b8a006b57646d55522bb9efa77769361ff39 add -Wmissing-declarations to cflags add -Wmissing-declarations to cflags
  • [D] CMakeLists.txt
]]>
move --std=gnu99 to the main cflags Felix Fietkau <nbd@openwrt.org> Wed, 12 Oct 2011 14:16:58 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=aaa6302c203cf4fecf121f485f0cb0cf9bf067be http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=aaa6302c203cf4fecf121f485f0cb0cf9bf067be move --std=gnu99 to the main cflags move --std=gnu99 to the main cflags
  • [D] CMakeLists.txt
]]>
drop -O0 for debug builds Felix Fietkau <nbd@openwrt.org> Sun, 9 Oct 2011 17:30:15 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=8625bb7339d437ac3b827fa5c8dcc7b69bcf1e1b http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=8625bb7339d437ac3b827fa5c8dcc7b69bcf1e1b drop -O0 for debug builds drop -O0 for debug builds
  • [D] CMakeLists.txt
]]>
add an install target Felix Fietkau <nbd@openwrt.org> Sun, 9 Oct 2011 17:03:01 +0000 http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=11bd51d22596cf26be9ba486d52ef336b4035cae http://git.archive.openwrt.org?p=project/netifd.git;a=commitdiff;h=11bd51d22596cf26be9ba486d52ef336b4035cae add an install target add an install target
  • [D] CMakeLists.txt
]]>