From d5ed7dce8acf2b5a25ad9c119f6e5baa15f51ebf Mon Sep 17 00:00:00 2001 From: Dimitris Aragiorgis <dimara@grnet.gr> Date: Mon, 18 Jun 2012 19:05:28 +0300 Subject: [PATCH] Change default fields for network listing Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/client/gnt_network.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/client/gnt_network.py b/lib/client/gnt_network.py index bd0fe8335..161059b4b 100644 --- a/lib/client/gnt_network.py +++ b/lib/client/gnt_network.py @@ -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): -- GitLab