summaryrefslogtreecommitdiffhomepage
path: root/src/ubus.c
AgeCommit message (Collapse)Author
2017-09-11ubus: display accept reconf status for DHCPv6 assignmentsHans Dedecker
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-09-06treewide: replace RELAYD prefix naming in macrosHans Dedecker
Remove the unfortunate RELAYD naming in the different macros Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-04-25ubus: don't segfault when there're no leasesHans Dedecker
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-04-21ubus: rework dumping IPv6 and IPv4 leasesHans Dedecker
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-03-29ndp: keep an exact copy of IPv6 interface addressesHans Dedecker
Don't reset the final 32 bit IPv6 host suffix when storing the IPv6 addresses in the interface structure. This will allow exact lookup aand return of IPv6 addresses stored in the interface structure when needed. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-12-01odhcpd: Display infinite valid lifetime as -1Hans Dedecker
Display infinite valid lifetime as -1 both in ubus and statefile Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-11-21ubus: Fix displayed valid paramater for both DHCPv4 and DHCPv6 leaseHans Dedecker
Fix ubus valid parameter being displayed as a negative number; also display infinite lifetime as INT32_MAX Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-12-15config: blobmsg_check_attr expects bool type as last argumentHans Dedecker
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-08-20Revert "RFC: dhcpv4 support openwrt alias ip addr"Steven Barth
2015-06-22dhcpv4: remove unused addr_attrs structPatrick Grimm
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2015-06-18dhcpv4: fix char ubus_get_address4 int ubus_get_mask4 functionPatrick Grimm
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2015-06-15dhcpv4: return pointerPatrick Grimm
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2015-06-15dhcpv4: add for_each ipv4-address array in ubus_get_address4 ubus_get_mask4 ↵Patrick Grimm
function Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2015-06-14dhcpv4: add ubus_get_address4 ubus_get_mask4 functionPatrick Grimm
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2015-06-14dhcpv4: read ipv4-address from UBUS to ADDRESS4Patrick Grimm
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2015-03-29Remove prefix coloring support, refine hybrid management modeSteven Barth
2014-07-21Fix typo in ubus integrationSteven Barth
2014-03-20ubus: convert to async callsSteven Barth
2014-03-20ubus: use safe iteratorSteven Barth
2014-03-20ubus: don't redeclare variable cSteven Barth
2013-12-03Fix prefix class logicSteven Barth
2013-12-02Initial prefix class supportSteven Barth
2013-10-22Don't accidentally apply settings from foreign interfacesSteven Barth
2013-10-16Fix netifd update detectionSteven Barth
2013-10-15Handle reload mechanismSteven Barth
2013-10-15improve matching apiSteven Barth
2013-10-15ubus: register subscriberSteven Barth
2013-10-15Fix config retrieval from netifdSteven Barth
2013-10-15ifname should be l3_deviceSteven Barth
2013-10-15Fix last commitSteven Barth
2013-10-15Fix ubus message handling againSteven Barth
2013-10-15Fix blobmsg iterationSteven Barth
2013-10-14Fix unsigned / signed conversionSteven Barth
2013-10-14Fix argument parsingSteven Barth
2013-10-14Various fixesSteven Barth
2013-10-14Fix upstream detectionSteven Barth
2013-10-14Initial commitSteven Barth