Looks like the cable modem allocates itself a /60. There are some
WiFi devices that grab a few /64(s), for some unknown reason. There
should be at least one /63 if not a /62 available. This is an
Espressobin, where I modified the device tree to rename the wan
interface. All three ports connect
Hi,
I finished an implementation of dbus::Error.
dbus::Error is derived from the POD struct ErrorConst
and has no variable members of its own.
ErrorConst is just a wrapper around sd_bus_error.
struct ErrorConst {
sd_bus_error m_error;
};
class Error : protected ErrorConst {