On Mon, Feb 04, 2013 at 05:09:36PM +0200, Dimitris Aragiorgis wrote: > * Iustin Pop <[email protected]> [2013-02-04 15:56:13 +0100]: > > > On Mon, Feb 04, 2013 at 04:45:31PM +0200, Dimitris Aragiorgis wrote: > > > * Iustin Pop <[email protected]> [2013-02-04 14:20:15 +0100]: > > > > Thanks. Helga, can you take a look at this? Right now the 'network' > > entry in the instance object is specified as type Network, not type > > String, so this could be the problem. > > > > > # gnt-network list > > > Network Subnet Gateway NetworkType MacPrefix GroupList > > > Tags > > > test 10.0.0.0/26 10.0.0.1 None None default (bridged, br0) > > > > Speaking of which… Is NetworkType = None actually valid? Shouldn't it > > always be either private or public? > > > > Well until now, network type is checked and validated only if given. Otherwise > no value is assigned to it. Do you want that to change? I think of it as an > extra info (but not mandatory) for a network that can be used in ifup > scripts..
I don't really like the 'none' used as an actual value… It's not important, but I'd like at least a bit more understanding between the network types. And maybe add a 'default' type, or something like that. thanks, iustin
