I understand that IPv6 is the future, however I don't need it for my home use. So, I was planning to keep everything simple by disabling IPv6 for both my network and ports.
I think IPv6 is disabled in my network because I have the IFDISABLED flag. Is that correct?
	
	
	
		
I was also going to add to make.conf:
	
	
	
		
So, my question. Is it safe to do so for all the ports? Could this create any potential problems?
I guess, there is no need to disable it from the kernel.
Thanks
				
			I think IPv6 is disabled in my network because I have the IFDISABLED flag. Is that correct?
		Code:
	
	re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
        ether 20:cf:30:ac:11:32
        inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::22cf:30ff:feac:1132%re0 prefixlen 64 scopeid 0x1
        inet 192.168.1.5 netmask 0xffffffff broadcast 192.168.1.5
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: activeI was also going to add to make.conf:
		Code:
	
	OPTIONS_UNSET=IPV6So, my question. Is it safe to do so for all the ports? Could this create any potential problems?
I guess, there is no need to disable it from the kernel.
Thanks
 
			     
 
		 
 
		