This repository is a mirror of https://git.openwrt.org/?p=project/odhcp6c.git. It is for reference only and is not active for checks-ins or reporting issues; issues should be reported at: https://bugs.openwrt.org. Pull requests will be accepted which will be merged in odhcp6c.git
GNU General Public License v2.0
78
stars
83
forks
source link
ra: add workarounds for missbehaving 3GPP modules #70
Some 3GPP modules are not implementing IPv6 ND RFCs correctly:
periodic RAs are not sent
RAs that are supposed to perform prefix renumbering do not
take the old prefix into account, which result in odhcp6c
building longer and longer STATE_RA_PREFIX arrays
"-3" command line parameter enable following workarounds:
RS is send 12 seconds before default route is removed
As these changes are hacks for misbehaving 3GPP modules and since I'm not (yet) aware of any 3GPP modules used in the OpenWrt community behaving in such way I'm not going to merge this PR.
Some 3GPP modules are not implementing IPv6 ND RFCs correctly:
"-3" command line parameter enable following workarounds:
Signed-off-by: Alin Nastac alin.nastac@gmail.com