Could you explain more what you mean?
Is this for something on an interface other than an EthernetInterface? VLAN configuration is located in either EthernetInterface or NetworkDeviceFunction.
Or do you have multiple IP addresses on a single EthernetInterface?
Jeff
There could be a case on any linux box that we have the physical interface which is having IP address(untagged packets), Now it may happen that I can create the Vlan on the physical interface and assign the ipaddress on it.
eg:
eth0 Link encap:Ethernet HWaddr 72:E2:84:14:24:1B
inet addr:192.168.1.100 Bcast:192.168.3.255 Mask:255.255.252.0
inet6 addr: fe80::70e2:84ff:fe14:241b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:72067 errors:0 dropped:12252 overruns:0 frame:0
TX packets:43217 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:53218974 (50.7 MiB) TX bytes:2831419 (2.7 MiB)
Interrupt:19
eth0.553 Link encap:Ethernet HWaddr 72:E2:84:14:24:1B
inet addr:192.168.1.210 Bcast:192.168.3.255 Mask:255.255.252.0
inet6 addr: fe80::70e2:84ff:fe14:241b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:73 errors:0 dropped:0 overruns:0 frame:0
TX packets:128 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8881 (8.6 KiB) TX bytes:11295 (11.0 KiB)
eth0 ip address<192.168.1.100> would be used for the untagged packets and the vlan interface(eth0.553) ip(192.168.1.210) would be used for the tagged packets.
So seems what sunitha wants to ask, how can we assign the IP address on the Vlan Interface with the current schema?