LocalIP: add new option localip-show-prefix-len

This commit is contained in:
李通洲
2024-04-04 10:42:44 +08:00
parent 3a2786a89f
commit a2d99695fd
6 changed files with 62 additions and 20 deletions
+9
View File
@@ -1261,6 +1261,15 @@
"default": false
}
},
{
"long": "localip-show-prefix-len",
"desc": "Show network prefix length (/N) in local ip module",
"arg": {
"type": "bool",
"optional": true,
"default": true
}
},
{
"long": "localip-name-prefix",
"desc": "Show interfaces with given interface name prefix only",