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

Prepare for Snabb lwAFTR v2017.08.05 #994

Merged
merged 1 commit into from
Oct 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2017.08.04
2017.08.05
24 changes: 24 additions & 0 deletions src/program/lwaftr/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [2017.08.05]

* Documented `snabb alarms` facility. See:

https://github.com/Igalia/snabb/blob/lwaftr/src/program/alarms/README.md

* Implement specific alarms for lwAFTR. See:

https://github.com/Igalia/snabb/blob/lwaftr/src/program/lwaftr/doc/alarms.md

* Fix a bug when using RSS on on-a-stick workers with VMDq.

* Fix a bug when using ARP and NDP over RSS.

* Fix a bug when ARP received unexpected replies.

* Give `snabb-softwire-v2` the `snabb:softwire-v2` namespace instead of
`snabb:lwaftr`, to differentiate the namespace from the older
`snabb-softwire-v1` model.

* Change default YANG model exposed by lwAFTR to `ietf-softwire`. The
native `snabb-softwire-v2` model can of course be specified manually
via `-s snabb-softwire-v2`.

## [2017.08.04]

* Enable RSS. For full details, see:
Expand Down