remove more ancient stuff, in this case, OpenBSD 5.9 compat vlan code |
|
More...
|
almost 4 years ago
|
Get rid of "Set" on description of some interface commands since every interface command sets something. |
|
More...
|
almost 4 years ago
|
attempt to describe wg endpoint better although here we mean the brackets are included, just like pflow destination with ipv6. in other help contexts, brackets mean the the option may be omitted, this needs more documentation. hopefully people get that brackets inside of <mandatory> are literal things to be included? |
|
More...
|
almost 4 years ago
|
add the option of 'vnetid any' for multipoint-to-multipoint mode in vxlan |
|
More...
|
almost 4 years ago
|
get rid of ancient OpenBSD compatibility |
|
More...
|
almost 4 years ago
|
use pflow_addr return values to bail out of pflow configuration instead of sending a garbage ioctl to the kernel |
|
More...
|
almost 4 years ago
|
Initial port of wireguard to nsh. There are a few minor differences between ifconfig and nsh: |
|
More...
|
almost 4 years ago
|
add IFT_MBIM and IFT_WIREGUARD descriptions |
|
More...
|
almost 4 years ago
|
llpriority default is 3, so let's do it |
|
More...
|
almost 4 years ago
|
llpriority |
|
More...
|
almost 4 years ago
|
carpdev was removed in openbsd some time ago, let's match |
|
More...
|
almost 4 years ago
|
apparently there's an ioctl for deleting vnetid, so we should use it |
|
More...
|
almost 4 years ago
|
now that sysupgrade is a reality, we can be content |
|
More...
|
almost 4 years ago
|
replacing long carp keys with shorter ones requires bzero first from ifconfig (blu...@openbsd) |
|
More...
|
almost 4 years ago
|
apparently ifa_addr can be NULL let's avoid finding this out the hard way from ifconfig (ben...@openbsd) |
|
More...
|
almost 4 years ago
|
support interface monitor mode (ignores incoming packets) on set and conf routines |
|
More...
|
almost 4 years ago
|
IPv6 ifq maxlen also no longer supported |
|
More...
|
almost 4 years ago
|
ifq maxlen is no longer supported |
|
More...
|
almost 4 years ago
|
MIB_STOP is an internal sentinel, not part of the debugging output |
|
More...
|
almost 4 years ago
|
extern for -fno-common |
|
More...
|
almost 4 years ago
|
dmesg -s note in MANUAL from naddy |
|
More...
|
almost 4 years ago
|
Fix build with -fno-common from naddy |
|
More...
|
almost 4 years ago
|
IFQ drops is no longer a thing from Tom Smyth |
|
More...
|
almost 4 years ago
|
Swap 'autoconfprivacy' interface flag to 'temporary' from Tom Smyth |
|
More...
|
almost 4 years ago
|
Tom Smyth fixes more clang warnings. |
|
More...
|
almost 4 years ago
|
rid of unused stuff |
|
More...
|
almost 4 years ago
|
stupid |
|
More...
|
almost 4 years ago
|
Clear up misleading indentation (clang) |
|
More...
|
almost 4 years ago
|
Put a 4th argument in the killcmd list and a 5th NULL terminator |
|
More...
|
almost 4 years ago
|
Stop using '\0' in argv constructs, NULL should be the end sentinel. |
|
More...
|
almost 4 years ago
|