Home
last modified time | relevance | path

Searched refs:log_link_debug (Results 1 – 25 of 33) sorted by relevance

12

/systemd-251/src/network/
Dnetworkd-can.c41 log_link_debug(link, "Setting bitrate = %d bit/s", bt.bitrate); in can_set_netlink_message()
43log_link_debug(link, "Setting sample point = %d.%d%%", bt.sample_point / 10, bt.sample_point % 10); in can_set_netlink_message()
45 log_link_debug(link, "Using default sample point"); in can_set_netlink_message()
59 log_link_debug(link, "Setting time quanta = %"PRIu32" nsec", bt.tq); in can_set_netlink_message()
72 log_link_debug(link, "Setting data bitrate = %d bit/s", bt.bitrate); in can_set_netlink_message()
74log_link_debug(link, "Setting data sample point = %d.%d%%", bt.sample_point / 10, bt.sample_point … in can_set_netlink_message()
76 log_link_debug(link, "Using default data sample point"); in can_set_netlink_message()
90 log_link_debug(link, "Setting data time quanta = %"PRIu32" nsec", bt.tq); in can_set_netlink_message()
104log_link_debug(link, "Setting restart = %s", FORMAT_TIMESPAN(restart_ms * 1000, MSEC_PER_SEC)); in can_set_netlink_message()
122log_link_debug(link, "Setting can-termination to '%u'.", link->network->can_termination); in can_set_netlink_message()
Dnetworkd-link.c310 log_link_debug(link, "State changed: %s -> %s", in link_set_state()
402 …return (void) log_link_debug(link, "%s(): link is in %s state.", __func__, link_state_to_string(li… in link_check_ready()
405 return (void) log_link_debug(link, "%s(): link is unmanaged.", __func__); in link_check_ready()
408 … return (void) log_link_debug(link, "%s(): traffic controls are not configured.", __func__); in link_check_ready()
411 return (void) log_link_debug(link, "%s(): link layer is configuring.", __func__); in link_check_ready()
414 return (void) log_link_debug(link, "%s(): link is not activated.", __func__); in link_check_ready()
423 … return (void) log_link_debug(link, "%s(): stacked netdevs are not created.", __func__); in link_check_ready()
426 … return (void) log_link_debug(link, "%s(): static addresses are not configured.", __func__); in link_check_ready()
433 … return (void) log_link_debug(link, "%s(): address %s is not ready.", __func__, strna(str)); in link_check_ready()
437 … return (void) log_link_debug(link, "%s(): static address labels are not configured.", __func__); in link_check_ready()
[all …]
Dnetworkd-wifi.c33log_link_debug(link, "No reply received to request for information about wifi interface, ignoring.… in link_get_wlan_interface()
126log_link_debug(link, "nl80211: received SSID has zero length, ignoring the received SSID: %m"); in manager_genl_process_nl80211_config()
129log_link_debug(link, "nl80211: received SSID contains NUL character(s), ignoring the received SSID… in manager_genl_process_nl80211_config()
134 log_link_debug(link, "nl80211: received %s(%u) message: iftype=%s, ssid=%s", in manager_genl_process_nl80211_config()
218 log_link_debug(link, "nl80211: received %s(%u) message: bssid=%s", in manager_genl_process_nl80211_mlme()
252 log_link_debug(link, "nl80211: received %s(%u) message: status=%u, bssid=%s", in manager_genl_process_nl80211_mlme()
275 log_link_debug(link, "nl80211: received %s(%u) message.", in manager_genl_process_nl80211_mlme()
283 log_link_debug(link, "nl80211: received %s(%u) message.", in manager_genl_process_nl80211_mlme()
Dnetworkd-ndisc.c170 log_link_debug(link, "%s(): SLAAC addresses and routes are not set.", __func__); in ndisc_check_ready()
191 log_link_debug(link, "%s(): no SLAAC address is ready.", __func__); in ndisc_check_ready()
196 log_link_debug(link, "SLAAC addresses and routes set."); in ndisc_check_ready()
334log_link_debug(link, "No NDisc route added, gateway %s matches local address", in ndisc_router_process_default()
430log_link_debug(link, "Prefix is longer than 64, ignoring autonomous prefix %s.", strna(buf)); in ndisc_router_process_autonomous_prefix()
439 log_link_debug(link, "Ignoring prefix as its valid lifetime is zero."); in ndisc_router_process_autonomous_prefix()
565log_link_debug(link, "Prefix '%s' is not in allow list, ignoring", strna(b)); in ndisc_router_process_prefix()
567log_link_debug(link, "Prefix '%s' is in deny list, ignoring", strna(b)); in ndisc_router_process_prefix()
620 log_link_debug(link, "Route prefix is ::/0, ignoring"); in ndisc_router_process_route()
630log_link_debug(link, "Route prefix '%s' is not in allow list, ignoring", strna(buf)); in ndisc_router_process_route()
[all …]
Dnetworkd-dhcp4.c129 log_link_debug(link, "%s(): DHCPv4 address and routes are not set.", __func__); in dhcp4_check_ready()
134 log_link_debug(link, "%s(): DHCPv4 address is not set.", __func__); in dhcp4_check_ready()
139 log_link_debug(link, "%s(): DHCPv4 address is not ready.", __func__); in dhcp4_check_ready()
145 log_link_debug(link, "DHCPv4 address and routes set."); in dhcp4_check_ready()
345log_link_debug(link, "DHCP: requested route destination "IPV4_ADDRESS_FMT_STR"/%u is localhost, " in dhcp4_request_route_auto()
356log_link_debug(link, "DHCP: requested route destination "IPV4_ADDRESS_FMT_STR"/%u is equivalent to… in dhcp4_request_route_auto()
368log_link_debug(link, "DHCP: requested route destination "IPV4_ADDRESS_FMT_STR"/%u is in the assign… in dhcp4_request_route_auto()
381log_link_debug(link, "DHCP: requested route destination "IPV4_ADDRESS_FMT_STR"/%u is not in the as… in dhcp4_request_route_auto()
429 log_link_debug(link, "DHCP: No static routes received from DHCP server."); in dhcp4_request_static_routes()
436log_link_debug(link, "Classless static routes received from DHCP server: ignoring static-route opt… in dhcp4_request_static_routes()
[all …]
Dnetworkd-dhcp6.c106 log_link_debug(link, "%s(): DHCPv6 addresses and routes are not set.", __func__); in dhcp6_check_ready()
124 log_link_debug(link, "%s(): no DHCPv6 address is ready.", __func__); in dhcp6_check_ready()
129 log_link_debug(link, "DHCPv6 addresses and routes set."); in dhcp6_check_ready()
337 log_link_debug(link, "Setting DHCPv6 addresses and routes"); in dhcp6_lease_ip_acquired()
441 log_link_debug(link, in dhcp6_start_on_ra()
447 log_link_debug(link, in dhcp6_start_on_ra()
491log_link_debug(link, "IPv6 link-local address is not set, delaying to start DHCPv6 client."); in dhcp6_start()
653log_link_debug(link, "DHCPv6 CLIENT: Failed to set request flag for '%u' already exists, ignoring.… in dhcp6_configure()
767 log_link_debug(link, "DHCPv6 client is configured%s.", in dhcp6_process_request()
787 log_link_debug(link, "Requested configuring of the DHCPv6 client."); in link_request_dhcp6_client()
Dnetworkd-sriov.c23 log_link_debug(link, "SR-IOV configured"); in sr_iov_handler()
42 log_link_debug(link, "Setting SR-IOV virtual function %"PRIu32".", sr_iov->vf); in sr_iov_configure()
102 log_link_debug(link, "Configuring SR-IOV"); in link_request_sr_iov_vfs()
Dnetworkd-ipv6ll.c165log_link_debug(link, "Received invalid IPv6 link-local address generation mode (%u), ignoring.", m… in link_update_ipv6ll_addrgen_mode()
170 log_link_debug(link, "Saved IPv6 link-local address generation mode: %s", in link_update_ipv6ll_addrgen_mode()
173 log_link_debug(link, "IPv6 link-local address generation mode is changed: %s -> %s", in link_update_ipv6ll_addrgen_mode()
Dnetworkd-ipv4acd.c28log_link_debug(link, "Removing address "IPV4_ADDRESS_FMT_STR", as the ACD client is stopped.", in static_ipv4acd_address_remove()
92 log_link_debug(link, "Successfully claimed address "IPV4_ADDRESS_FMT_STR, in on_acd()
155 log_link_debug(link, "Configuring IPv4ACD for address "IPV4_ADDRESS_FMT_STR, in ipv4acd_configure()
Dnetworkd-dhcp-server.c189 log_link_debug(link, "Copying %s from link", dhcp_lease_server_type_to_string(what)); in link_push_uplink_to_dhcp_server()
376 log_link_debug(link, "Configuring DHCP Server."); in dhcp4_server_configure()
453 log_link_debug(link, in dhcp4_server_configure()
532 log_link_debug(link, "Offering DHCPv4 leases"); in dhcp4_server_configure()
598 log_link_debug(link, "Requesting DHCP server."); in link_request_dhcp_server()
Dnetworkd-setlink.c63 log_link_debug(link, "%s set.", request_type_to_string(req->type)); in set_link_handler_internal()
425 log_link_debug(link, "Setting %s", request_type_to_string(req->type)); in link_configure()
599 log_link_debug(link, "Requested to set %s", request_type_to_string(type)); in link_request_set_link()
995 log_link_debug(link, "Bringing link %s", up_or_down(up)); in link_up_or_down()
1076 log_link_debug(link, "Requested to activate link"); in link_request_to_activate()
1141 log_link_debug(link, "Requested to bring link %s", up_or_down(up)); in link_request_to_bring_up_or_down()
1179 log_link_debug(link, "Bringing link down"); in link_down_now()
1223 log_link_debug(link, "Removing link."); in link_remove()
Dnetworkd-dhcp-prefix-delegation.c252 log_link_debug(link, "%s(): DHCP-PD addresses and routes are not set.", __func__); in dhcp_pd_check_ready()
274 log_link_debug(link, "%s(): no DHCP-PD address is ready.", __func__); in dhcp_pd_check_ready()
281 log_link_debug(link, "DHCP-PD addresses and routes set."); in dhcp_pd_check_ready()
543 log_link_debug(link, "Ignoring Announce= setting on upstream interface."); in dhcp_pd_assign_subnet_prefix()
565 log_link_debug(link, "Assigned prefix %s", strna(buf)); in dhcp_pd_assign_subnet_prefix()
712log_link_debug(link, "Not adding a blocking route for DHCP delegated prefix %s since the prefix ha… in dhcp_request_unreachable_route()
975log_link_debug(uplink, "DHCPv4: 6rd option is acquired: IPv4_masklen=%u, 6rd_prefix=%s, br_address… in dhcp4_pd_prefix_acquired()
1259log_link_debug(link, "Requesting subnets of delegated prefixes acquired by DHCPv%c client on %s", in dhcp_request_prefix_delegation()
Dnetworkd-ipv6-proxy-ndp.c46 log_link_debug(link, "IPv6 proxy NDP addresses set."); in ipv6_proxy_ndp_address_configure_handler()
124 log_link_debug(link, "Setting IPv6 proxy NDP addresses."); in link_request_static_ipv6_proxy_ndp_addresses()
Dnetworkd-neighbor.c172 log_link_debug(link, in log_neighbor_debug()
253 log_link_debug(link, "Neighbors set"); in static_neighbor_configure_handler()
320 log_link_debug(link, "Requesting neighbors"); in link_request_static_neighbors()
511log_link_debug(link, "rtnl: received neighbor message with invalid family '%i', ignoring.", tmp->f… in manager_rtnl_process_neighbor()
Dnetworkd-ipv4ll.c67 log_link_debug(link, "IPv4 link-local release "IPV4_ADDRESS_FMT_STR, in ipv4ll_address_lost()
104 log_link_debug(link, "IPv4 link-local claim "IPV4_ADDRESS_FMT_STR, in ipv4ll_address_claimed()
Dnetworkd-address-label.c88 log_link_debug(link, "Addresses label set"); in address_label_configure_handler()
167 log_link_debug(link, "Setting address labels."); in link_request_static_address_labels()
Dnetworkd-bridge-mdb.c126log_link_debug(link, "Configuring bridge MDB entry: MulticastGroupAddress=%s, VLANId=%u", in bridge_mdb_configure()
247 log_link_debug(link, "Setting bridge MDB entries."); in link_request_static_bridge_mdb()
Dnetworkd-nexthop.c367log_link_debug(link, "%s %s nexthop (%s): id: %"PRIu32", gw: %s, blackhole: %s, group: %s, flags: … in log_nexthop_debug()
403 log_link_debug(link, "Cannot remove nexthop without valid ID, ignoring."); in nexthop_remove()
505 log_link_debug(link, "Nexthops set"); in static_nexthop_handler()
640 log_link_debug(link, "Requesting nexthops"); in link_request_static_nexthops()
867log_link_debug(link, "rtnl: received nexthop message with invalid family %d, ignoring.", tmp->fami… in manager_rtnl_process_nexthop()
Dnetworkd-bridge-fdb.c110 log_link_debug(link, "Bridge FDB entries set"); in bridge_fdb_configure_handler()
254 log_link_debug(link, "Setting bridge FDB entries"); in link_request_static_bridge_fdb()
Dnetworkd-lldp-rx.c62log_link_debug(link, "Received LLDP datagram from previously unknown neighbor, restarting 'fast' L… in lldp_rx_handler()
/systemd-251/src/network/wait-online/
Dmanager.c62 log_link_debug(l, "link is not managed by networkd (yet?)."); in manager_link_is_online()
81 log_link_debug(l, "Operational state '%s' is not in range ['%s':'%s']", in manager_link_is_online()
93 log_link_debug(l, "No routable or link-local IPv4 address is configured."); in manager_link_is_online()
98 log_link_debug(l, "No routable or link-local IPv6 address is configured."); in manager_link_is_online()
103 log_link_debug(l, "No routable IPv4 address is configured."); in manager_link_is_online()
108 log_link_debug(l, "No routable IPv6 address is configured."); in manager_link_is_online()
113 log_link_debug(l, "link is configured by networkd and online."); in manager_link_is_online()
160 log_link_debug(l, "link is ignored"); in manager_configured()
235 log_link_debug(l, "Removing link"); in manager_process_link()
/systemd-251/src/udev/net/
Dlink-config.c458 log_link_debug(link, "Config file %s is applied", config->filename); in link_get_config()
575 log_link_debug(link, "Using static MAC address."); in link_generate_new_hw_addr()
586 log_link_debug(link, "MAC address on the device already set by userspace."); in link_generate_new_hw_addr()
589log_link_debug(link, "MAC address on the device already set based on another device."); in link_generate_new_hw_addr()
600 log_link_debug(link, "MAC address on the device already matches policy \"%s\".", in link_generate_new_hw_addr()
662 log_link_debug(link, "Applying %s MAC address: %s", in link_generate_new_hw_addr()
729 log_link_debug(link, "Skipping to apply Name= and NamePolicy= on '%s' uevent.", in link_generate_new_name()
736 log_link_debug(link, "Device already has a name given by userspace, not renaming."); in link_generate_new_name()
750 log_link_debug(link, "Policy *%s*: keeping predictable kernel name", in link_generate_new_name()
757 log_link_debug(link, "Policy *%s*: keeping existing userspace name", in link_generate_new_name()
[all …]
/systemd-251/src/network/tc/
Dtc.c36 log_link_debug(link, "Setting traffic control"); in link_request_traffic_control()
Dtclass.c251log_link_debug(link, "%s %s TClass (%s): classid=%"PRIx32":%"PRIx32", parent=%"PRIx32":%"PRIx32", … in log_tclass_debug()
272 log_link_debug(link, "Traffic control configured"); in tclass_handler()
/systemd-251/src/shared/
Dlog-link.h46 #define log_link_debug(link, ...) log_link_full(link, LOG_DEBUG, __VA_ARGS__) macro

12