mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-28 23:12:29 +01:00 
			
		
		
		
	feat: ipv6 family
This commit is contained in:
		| @@ -5,7 +5,7 @@ waybar::modules::Network::Network(const std::string &id, const Json::Value &conf | ||||
|     : ALabel(config, "{ifname}", 60), | ||||
|       ifid_(-1), | ||||
|       last_ext_iface_(-1), | ||||
|       family_(AF_INET), | ||||
|       family_(config["family"] == "ipv6" ? AF_INET6 : AF_INET), | ||||
|       efd_(-1), | ||||
|       ev_fd_(-1), | ||||
|       cidr_(-1), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex
					Alex