Change default fields for network listing
authorDimitris Aragiorgis <dimara@grnet.gr>
Mon, 18 Jun 2012 16:05:28 +0000 (19:05 +0300)
committerDimitris Aragiorgis <dimara@grnet.gr>
Wed, 22 Aug 2012 14:11:18 +0000 (17:11 +0300)
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>

lib/client/gnt_network.py

index bd0fe83..161059b 100644 (file)
@@ -32,7 +32,8 @@ from textwrap import wrap
 
 
 #: default list of fields for L{ListNetworks}
-_LIST_DEF_FIELDS = ["name", "network", "gateway", "group_cnt", "group_list"]
+_LIST_DEF_FIELDS = ["name", "network", "gateway",
+                    "network_type", "mac_prefix", "group_list"]
 
 
 def _HandleReservedIPs(ips):