Skip to content
New issue

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

Release 2.2 #6766

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Release 2.2 #6766

wants to merge 2 commits into from

Conversation

luolanzone
Copy link
Contributor

No description provided.

CHANGELOG/CHANGELOG-2.2.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-2.2.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-2.2.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-2.2.md Show resolved Hide resolved
- Match `dstIP` in `ClassifierTable` to fix a potential source MAC and IP mismatched issue on Windows when the `promiscuous` mode is enabled. ([#6528](https://github.com/antrea-io/antrea/pull/6528), [@XinShuYang])
- Fix the checker image tag when running `antctl check cluster` with a released `antctl` binary. ([#6565](https://github.com/antrea-io/antrea/pull/6565), [@tnqn])
- Use the same MTU as uplink for bridge port to fix a potential MTU mismatch issue when the traffic mode is changed. ([#6577](https://github.com/antrea-io/antrea/pull/6577), [@antoninbas])
- Cache TTLs for individual IP addresses in DNS responses to avoid evicting valid IPs before they are expired. ([#6732](https://github.com/antrea-io/antrea/pull/6732), [@hkiiita])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hkiiita please prioritize work on this PR if we are to include it in the release (@tnqn @Dyanngg please prioritize this PR for review)

CHANGELOG/CHANGELOG-2.2.md Outdated Show resolved Hide resolved
- Add a few new antctl sub-commands for `BGPPolicy` feature to improve usability:
- `antctl get bgppolicy` to get effective BGP policy applied on the Node. ([#6646](https://github.com/antrea-io/antrea/pull/6646), [@Atish-iaf])
- `antctl get bgppeers` to print current status of all BGP peers of effective BGP policy applied on the local Node. ([#6689](https://github.com/antrea-io/antrea/pull/6689) [#6755](https://github.com/antrea-io/antrea/pull/6755), [@Atish-iaf])
- `antctl get bgproutes` to print the advertised BGP routes. ([#6734](https://github.com/antrea-io/antrea/pull/6734), [@Atish-iaf])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `antctl get bgproutes` to print the advertised BGP routes. ([#6734](https://github.com/antrea-io/antrea/pull/6734), [@Atish-iaf])
- `antctl get bgproutes` to print the advertised BGP routes on the local Node. ([#6734](https://github.com/antrea-io/antrea/pull/6734), [@Atish-iaf])

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

antctl get bgproutes is used to display the BGP routes advertised by the local Node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants