bovender / indicator-ip

Ubuntu indicator that displays local and external IP addresses.
34 stars 5 forks source link

show CIDR netmask #6

Closed Sispheor closed 7 years ago

Sispheor commented 7 years ago

Could be very useful to know the subnet like 192.168.0.12/24.

bovender commented 7 years ago

This would only be applicable for local interfaces, right? In theory, a remote IP can also be on a subnet, but I wouldn't know how to get this information.

Sispheor commented 7 years ago

Yes yes of course, only for the private lan. I just say that because I work in a company with a lot of different subnet. I type ip a all day long. You module save me a lot of time :) Thank you for that.