I have a /etc/rc.conf like this:
Why do I need 'inet' for em1 static ip setting but not lagg0.
I really don't understand what inet does here.
Code:
ifconfig_lagg0="up laggproto roundrobin laggport cxl0 laggport cxl1 192.168.1.1 netmask 255.255.255.0"
ifconfig_em1="inet 192.168.2.1 netmask 255.255.255.0"
Why do I need 'inet' for em1 static ip setting but not lagg0.
I really don't understand what inet does here.