Re: Why does a VLAN and Network have IP information?

2018-06-13 Thread Wei ZHOU
We also use vlan for isolated networks,not only shared networks or directattached. For these vlans, they do not belong to any isolated/shared networks. The public ips in the vlan can be assigned to different isolated networks. -Wei 2018年6月12日星期二,Wido den Hollander 写道: > > > On 06/12/2018 12:11

Re: Why does a VLAN and Network have IP information?

2018-06-13 Thread Wido den Hollander
On 06/12/2018 11:32 AM, Daan Hoogland wrote: > Wido, I think we can remove ip data from the vlan table, though it is going > to require some hacking. Removing the vlan table seems not prudent to me, > especially since we now have l2 networks (without ip provisioned). > It is only used in Basic

Re: Why does a VLAN and Network have IP information?

2018-06-12 Thread Wido den Hollander
On 06/12/2018 12:11 PM, Rafael Weingärtner wrote: > In theory, the object (either in Java or a DB table) that represents a VLAN > should not have IP information. However, it seems that someone “reused” the > object. We would need to check if the IP data stored there is not really > used before r

Re: Why does a VLAN and Network have IP information?

2018-06-12 Thread Wido den Hollander
On 06/12/2018 12:23 PM, Ivan Kudryavtsev wrote: > Hi, Devs, ipv6 in vlan table is used. Without the information in that > table, ipv6 wouldn't work with basic zone. > Yes, I'm aware of that. Would be a rather simple fix. Just a few lines of code. I know where to find it. Wido > вт, 12 июн. 2

Re: Why does a VLAN and Network have IP information?

2018-06-12 Thread Stephan Seitz
Hi! I just checked our own vlan table and noticed the (obviously dhcp?) range of the L3 subnet is only present in the `vlan`.`description` field. It looks like it's getting used if the corresponding `network`,`specify_ip_range` is 1. cheers, - Stephan Am Dienstag, den 12.06.2018, 12:11 +0200

Re: Why does a VLAN and Network have IP information?

2018-06-12 Thread Ivan Kudryavtsev
Hi, Devs, ipv6 in vlan table is used. Without the information in that table, ipv6 wouldn't work with basic zone. вт, 12 июн. 2018 г., 13:11 Rafael Weingärtner : > In theory, the object (either in Java or a DB table) that represents a VLAN > should not have IP information. However, it seems that s

Re: Why does a VLAN and Network have IP information?

2018-06-12 Thread Rafael Weingärtner
In theory, the object (either in Java or a DB table) that represents a VLAN should not have IP information. However, it seems that someone “reused” the object. We would need to check if the IP data stored there is not really used before removing it. On Tue, Jun 12, 2018 at 11:32 AM, Daan Hoogland

Re: Why does a VLAN and Network have IP information?

2018-06-12 Thread Daan Hoogland
Wido, I think we can remove ip data from the vlan table, though it is going to require some hacking. Removing the vlan table seems not prudent to me, especially since we now have l2 networks (without ip provisioned). On Tue, Jun 12, 2018 at 11:12 AM, Wido den Hollander wrote: > Hi, > > Looking a