odhcpd.h: fix alignment style
[project/odhcpd.git] / src / ubus.c
2016-12-01 Hans Dedeckerodhcpd: Display infinite valid lifetime as -1
2016-11-21 Hans Dedeckerubus: Fix displayed valid paramater for both DHCPv4...
2016-01-31 Steven BarthMerge pull request #68 from dedeckeh/bugfixes
2015-12-15 Hans Dedeckerconfig: blobmsg_check_attr expects bool type as last...
2015-08-20 Steven BarthMerge pull request #56 from sbyx/revert-46-master
2015-08-20 Steven BarthRevert "RFC: dhcpv4 support openwrt alias ip addr"
2015-08-20 Steven BarthMerge pull request #54 from dedeckeh/bugfixes
2015-08-20 Steven BarthMerge pull request #46 from stargieg/master
2015-06-22 Patrick Grimmdhcpv4: remove unused addr_attrs struct
2015-06-18 Patrick Grimmdhcpv4: fix char ubus_get_address4 int ubus_get_mask4...
2015-06-15 Patrick Grimmdhcpv4: return pointer
2015-06-14 Patrick Grimmdhcpv4: add for_each ipv4-address array in ubus_get_add...
2015-06-14 Patrick Grimmdhcpv4: add ubus_get_address4 ubus_get_mask4 function
2015-06-14 Patrick Grimmdhcpv4: read ipv4-address from UBUS to ADDRESS4
2015-03-29 Steven BarthRemove prefix coloring support, refine hybrid managemen...
2014-07-21 Steven BarthFix typo in ubus integration
2014-03-20 Steven Barthubus: convert to async calls
2014-03-20 Steven Barthubus: use safe iterator
2014-03-20 Steven Barthubus: don't redeclare variable c
2013-12-03 Steven BarthFix prefix class logic
2013-12-02 Steven BarthInitial prefix class support
2013-10-22 Steven BarthDon't accidentally apply settings from foreign interfaces
2013-10-16 Steven BarthFix netifd update detection
2013-10-15 Steven BarthHandle reload mechanism
2013-10-15 Steven Barthimprove matching api
2013-10-15 Steven Barthubus: register subscriber
2013-10-15 Steven BarthFix config retrieval from netifd
2013-10-15 Steven Barthifname should be l3_device
2013-10-15 Steven BarthFix last commit
2013-10-15 Steven BarthFix ubus message handling again
2013-10-15 Steven BarthFix blobmsg iteration
2013-10-14 Steven BarthFix unsigned / signed conversion
2013-10-14 Steven BarthFix argument parsing
2013-10-14 Steven BarthVarious fixes
2013-10-14 Steven BarthFix upstream detection
2013-10-14 Steven BarthInitial commit