agronaught commented on PR #13173:
URL: https://github.com/apache/cloudstack/pull/13173#issuecomment-4485397735
Tested and confirmed working — replaced my two earlier commits with your
diff (dd7e1038f7).
**Routed Isolated v6**: BGP v6 reaches Established with both peers;
PfxRcd:1, PfxSnt:2.
**Non-routed Isolated v6** (DualStack offering w/ VirtualRouter +
SourceNat): fw_input has the rule from chain creation; tested return traffic
flow.
Resulting chain on both shapes:
chain fw_input {
type filter hook input priority filter; policy drop;
icmpv6 type { ... } accept
ct state established,related accept
}
Much cleaner than my CsAddress.py approach — single rule, no duplicates from
post_config_change re-runs. Thanks for the pointer to #10970's 2nd commit; my
fault for not finding that during the original investigation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]