Hi,

in response to Peter's recent review of my VLAN patch-set, I've prepared a
batch of incremental updates.  There should be no functional changes, as the
patches mainly work on stylistic code issues and documentation clarifications.

The patches are also available via the feat_vlan branch on
git://fsmi-dev.fsmi.uni-karlsruhe.de/openvpn.git

Cheers
Fabian

Fabian Knittel (6):
  vlan: Mention 802.1Q in configuration descriptions
  vlan: use uint16_t for storage of the VID where possible
  vlan: slightly clean-up buf_filter_incoming_vlan_tags()
  vlan: Improve documentation of remove_vlan_tag()
  vlan: is_ipv4: fix position of variable definition
  vlan: move htons / ntohs into vlanhdr_get/_set functions

 configure.ac |    4 +-
 mroute.c     |    6 ++--
 mroute.h     |    6 ++--
 multi.c      |   80 ++++++++++++++++++++++++++++++++++------------------------
 options.c    |    4 +-
 options.h    |    2 +-
 proto.c      |    2 +-
 proto.h      |   45 ++++++++++++++++++++++++--------
 8 files changed, 92 insertions(+), 57 deletions(-)


Reply via email to