pretty borders for slitherins

2019-09-23 Thread Ted Unangst
snake and worm draw boxes, but they can be prettier by using the default style, which will use line drawing instead of ugly -*| characters. should do the right thing on a vt100, but only tested in xterm. Index: snake/snake.c === RCS

bgpctl sh nei [group XX] terse: add peer address

2019-09-23 Thread Stuart Henderson
"bgpctl XX nei" functions can now take "group XX" - when used as "show nei group XX terse" you can't tell which entry relates to each neighbour. OK to add the address to the end of the line where it's reasonably out of the way of existing parsers? Index: bgpctl.c =

Re: net80211: fix bug with access point switching channel

2019-09-23 Thread Stefan Sperling
On Mon, Sep 23, 2019 at 06:19:00PM +0200, Tobias Heider wrote: > bluhm@ and I have noticed that our wifi connection breaks when the access > point > switches channel. The fix is to update the node list node's channel with the > received channel in STA mode. I've been using the fix for some days no

net80211: fix bug with access point switching channel

2019-09-23 Thread Tobias Heider
bluhm@ and I have noticed that our wifi connection breaks when the access point switches channel. The fix is to update the node list node's channel with the received channel in STA mode. I've been using the fix for some days now without breakage. ok? Index: ieee80211_input.c =