Age | Commit message (Collapse) | Author |
|
ever used to pass on uint32 (for ipsec). stop that madness and just pass
the uint32, 0 in all cases but the two that pass the ipsec flowinfo.
ok deraadt reyk guenther
|
|
Avoid the confusion by using an appropriate name for the variable.
Note that since routing domain IDs are a subset of the set of routing
table IDs, the following idiom is correct:
rtableid = rdomain
But to get the routing domain ID corresponding to a given routing table
ID, you must call rtable_l2(9).
claudio@ likes it, ok mikeb@
|
|
`sc_rtableid' into `sc_rdomain'. No functional change.
ok reyk@
|
|
|
|
hook to track any changes of the parent multicast interface.
|
|
them ignore the SIOC{ADD,DEL}MULTI ioctls.
ok reyk@, claudio@
|
|
configuration steps. But vxlan(4) has to configure the link state and
address hooks of a parent interface that potentially need splnet().
So revert everything back to use splnet() for now.
Discussed with mpi@
|
|
and link state changes on the interface that is sending out the tunnel
traffic. Attach a link state and address hook in this case and reset the
multicast configuration. This also fixes a problem on VMware that looses
the multicast associations when the virtual link state of the NIC is
triggered.
|
|
a vxlan(4) interface and convert some splnet() to splsoftnet() when
appropriate.
ok reyk@
|
|
ok reyk@
|
|
|
|
running vxlan(4) with a lowered MTU of just 1450 bytes instead of
bumping the MTU of the transport interfaces to at least 1550 or
preferrably 1600 bytes.
|
|
interface. VXLAN is a UDP-based tunnelling protocol for overlaying
virtualized layer 2 networks over layer 3 networks. The implementation
is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested
with other implementations in the wild.
put it in deraadt@
|