We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the IPv6 address use IPv4-mapped IPv6 address: ::ffff:a.b.c.d/96 for example: ::ffff:1.2.3.4
It will get syntax error 3:syntax error token .2.3.4 Error parsing config file ddd
Test step:
The output is Main { SwUpgradeServer6 ::ffff:1.2.3.4; /* CmMic 3510888c30355a1f3b4211cae90c99b1; / / CmtsMic 16ea3fa0d43e1a0914f4ca77061c6770; */ /EndOfDataMkr/ }
The text was updated successfully, but these errors were encountered:
Just to set expectations correctly, this project is not getting much active maintenance. Patches are certainly welcome.
Sorry, something went wrong.
No branches or pull requests
If the IPv6 address use IPv4-mapped IPv6 address: ::ffff:a.b.c.d/96
for example: ::ffff:1.2.3.4
It will get syntax error
3:syntax error token .2.3.4
Error parsing config file ddd
Test step:
Main
{
SwUpgradeServer6 ::FFFF:102:304 ;
}
The output is
Main
{
SwUpgradeServer6 ::ffff:1.2.3.4;
/* CmMic 3510888c30355a1f3b4211cae90c99b1; /
/ CmtsMic 16ea3fa0d43e1a0914f4ca77061c6770; */
/EndOfDataMkr/
}
The text was updated successfully, but these errors were encountered: