- Subject: Delete IPv6 address
- From: Rohan Doshi <doshirohan1@xxxxxxxxx>
- Date: Mon, 11 Jun 2012 11:23:49 +0530
Hi,
I am trying to modify host ID generation process for IPv6 addresses. Currently it generates host ID using ipv6_generate_eui64() in addrconf.c and start DAD for newly generated address. If DAD fails, it calls addrconf_dad_failure() and disables IPv6 on the interface using idev->cnf.disable_ipv6=1.
I have used different algorithm for generating the host ID. What I want to do now is that if DAD fails, it should remove previously generated IPv6 address (host ID) and start over. Any idea how to do that?
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
[Newbies FAQ]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Photo]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux Networking]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]