push eventvishvananda/netlink
commit sha e934999cd7cda5e3fa561529d0da5fd3cd567053
Add support for Go modules Signed-off-by: Tobias Klauser <[email protected]>
push time in 14 days
PR merged vishvananda/netlink
Signed-off-by: Tobias Klauser [email protected]
pr closed time in 14 days
Pull request review commentvishvananda/netlink
+module github.com/vishvananda/netlink++go 1.12++require (+ github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
@tklauser the netns PR is merged. You may want to update this reference then.
comment created time in 14 days
push eventvishvananda/netlink
commit sha 2ec5bdc52b8641d619639ddc5681a65de85dad60
Change LinkSetMaster's master argument type. (*Bridge -> Link) LinkSetMaster also works with Bond device. So this PR changes the type of master argument to Link.
push time in 2 months
PR merged vishvananda/netlink
LinkSetMaster also works with Bond device. So this PR changes the type of master argument to Link.
pr closed time in 2 months
pull request commentvishvananda/netlink
Change LinkSetMaster's master argument type. (*Bridge -> Link)
LGTM
comment created time in 2 months
pull request commentvishvananda/netlink
@zhangzujian Please address the comment
comment created time in 2 months
push eventvishvananda/netlink
commit sha ac5f4df047429f3bf1e076eb4053cd44d17f4012
Add support for parsing IFLA_BOND_ARP_IP_TARGET
push time in 2 months
pull request commentvishvananda/netlink
Add support for parsing IFLA_BOND_ARP_IP_TARGET
LGTM
comment created time in 2 months
push eventvishvananda/netlink
commit sha 6b3a223c53798a2e045a4e8103febfd9de72a591
Add ip6tnl support
push time in 2 months
push eventvishvananda/netlink
commit sha 205d80393d63ba81fb9be7a3f02ab6eb7ed26e92
Support setting link state for SR-IOV VFs
commit sha 07ace697bea4b7641fbc6dcf7c90432c6b8bea5c
Introduce constants for known VF link states
push time in 2 months
pull request commentvishvananda/netlink
Support setting link state for SR-IOV VFs
LGTM
comment created time in 2 months
push eventvishvananda/netlink
commit sha 205a160d2eb0fadbfcf7c39d7223a7eee20e1b97
Add bond slave information This PR refers to PR@lebauce and add some changes. - Added some tests to retrieve bond slave information. - Link.BondSlave is changed to LinkSlave interface. - BondSlaveState.String() returns UPPER case. (same as iproute2) - BondSlaveMiiStatus.String() returns UPPER case. (same as iproute2)
push time in 2 months
PR merged vishvananda/netlink
This PR refers to PR@lebauce and add some changes.
- Added some tests to retrieve bond slave information.
- Link.BondSlave is changed to LinkSlave interface.
- BondSlaveState.String() returns UPPER case. (same as iproute2)
- BondSlaveMiiStatus.String() returns UPPER case. (same as iproute2)
pr closed time in 2 months
pull request commentvishvananda/netlink
Sorry, no feedback for the past 5 months. Will go with #487
comment created time in 2 months
push eventvishvananda/netlink
commit sha e906d226249b76de7fe3c326ea4616ca3b5945a6
Add support for output-mark
push time in 2 months
PR merged vishvananda/netlink
Support for output-mark in xfrm states I tried to have an implementation very close to the iproute one
I have tested it and had no problem with it but I may still have forgotten something. More than happy to update the PR if this is the case
pr closed time in 2 months
pull request commentvishvananda/netlink
Thanks. Yes please, this project follows a "one commit per PR/topic" approach.
comment created time in 2 months
push eventvishvananda/netlink
commit sha 36d367fd76f902367981d67357d9742a5f4e7086
Remove unused *_PROTO constants These are unused since commit 941b4de9e151f1c3662f3f1fa23ec263999f09de Signed-off-by: Tobias Klauser <[email protected]>
push time in 2 months
PR merged vishvananda/netlink
These are unused since commit 941b4de9e151f1c3662f3f1fa23ec263999f09de
Signed-off-by: Tobias Klauser [email protected]
pr closed time in 2 months
pull request commentvishvananda/netlink
Remove unused *_PROTO constants
LGTM
comment created time in 2 months
pull request commentvishvananda/netlink
Please extend the existing xrfm_state UT to also exercise the writing/reading of this field
comment created time in 2 months
push eventvishvananda/netlink
Juan-Luis de Sousa-Valadas Castaño
commit sha 07130f38b91e869b1445b5f888ba2a9b64d73b9d
Fix parsing of IFLA_GRE_COLLECT_METADATA
push time in 2 months
PR merged vishvananda/netlink
Documentation of user space Netlink Protocol Library Suite (libnl) at http://www.infradead.org/~tgr/libnl statesunder section 6.4. Attribute Data Types at http://www.infradead.org/~tgr/libnl/doc/core.html#core_attr_types :
"6.4.3. Flag Attributes
The flag attribute represents a boolean datatype. The presence of the attribute implies a value of true, the absence of the attribute implies the value false. Therefore the payload length of flag attributes is always 0."
pr closed time in 2 months
pull request commentvishvananda/netlink
Fix parsing of IFLA_GRE_COLLECT_METADATA
LGTM
comment created time in 2 months
push eventvishvananda/netlink
commit sha a1c9a648f744c90cd1b03af9aa8bb1e92daa116f
neighSubscribeAt: AF_BRIDGE entries not listed when listExisting is true When subscribing to neigh updates, the updates for all neigh protocol families are received. However when listExisting is set, the request is made with AF_UNSPEC family, this request does not include AF_BRIDGE entries. This patch add a second request for AF_BRIDGE entries. Add test for existing AF_BRIDGE entry and make expectNeighUpdate take a slice of expected updates Creates a VXLAN interface for this test as its AF_BRIDGE entries looks a lot like usual ones Also add support for latest (2014+) neighbour attributes NDA_MASTER was added back in 2014, it indicates whether a neigh entry is linked to a master interface and index of this interface. The other entries, namely NDA_LINK_NETNSID and NDA_SRC_VNI were added later and will need extra handling. Signed-off-by: Nicolas Belouin <[email protected]>
push time in 3 months
PR merged vishvananda/netlink
This PR add support for bridge neigh entries dump on subscribe and also add a bridge related attribute to neigh structure
pr closed time in 3 months
pull request commentvishvananda/netlink
AFAICT wireguard is not in Linux kernel yet, please correct me if I am wrong. Closing this for now. Feel free to re-open when wg makes it to kernel code.
comment created time in 3 months
push eventvishvananda/netlink
commit sha 941b4de9e151f1c3662f3f1fa23ec263999f09de
Read connection marking information from CT flow TLV
push time in 3 months
PR merged vishvananda/netlink
The current conntrack code tries to read connection marking information by reading at a fixed offset (different for UDP and TCP) of CT module TLV response. This offset based read does not seem to be correct. Similar to how original/reply flows are being read by parsing the TLV response, we look for TLV type CTA_MARK and read the corresponding value as connection marking.
pr closed time in 3 months
pull request commentvishvananda/netlink
Read connection marking information from CT flow TLV
LGTM
comment created time in 3 months
push eventvishvananda/netlink
commit sha 254c8a89c501b7a60e4a3b1b0f357b107b6caa6e
Replace values defined in unix package. - replace following values to unix.* AF_MPLS, RTA_NEWDST, RTA_ENCAP_TYPE, RTA_ENCAP
push time in 3 months
PR merged vishvananda/netlink
- replace following values to unix.* AF_MPLS, RTA_NEWDST, RTA_ENCAP_TYPE, RTA_ENCAP
pr closed time in 3 months