-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a tunnel interface option to HosfIf
Add updated Host-Interface proposal Change copyright header and fix UDP port type Change copyright year Fix warnings in saihostif.h Fix warnings in saihostif.h Fix warnings in saihostif.h Fix warnings in saihostif.h Update saitypes.h to include SAI_OBJECT_TYPE_HOSTIF_TUNNEL Add encap parameters to hostif, revert the use of tunnel Fix warning Add default for SAI_HOSTIF_ATTR_ENCAP_TYPE Change conditional to validonly Add defaults for encap attributes fix warnings fix warnings fix warnings fix warnings fix warnings fix warnings fix warnings fix warnings remove use of tunnel in meta header Revert Netdev tunnel approach and use Generic Netlink Fix typo Add netlink to aspell
- Loading branch information
1 parent
79babb0
commit f9610a0
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ multi | |
multicast | ||
netdev | ||
netdevs | ||
netlink | ||
nexthop | ||
nexthopgroup | ||
objlist | ||
|
f9610a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the new hostif type "SAI_HOSTIF_TYPE_GENETLINK", the SAI_HOSTIF_TABLE_ENTRY_ATTR_HOST_IF attribute can also be used for setting the genetlink group ID in the case that the SAI_HOSTIF_TABLE_ENTRY_ATTR_CHANNEL_TYPE == SAI_HOSTIF_TABLE_ENTRY_CHANNEL_TYPE_GENETLINK. The comments should be updated to reflect this.