Re: Add eoip keepalive in ifconfig.8

2023-04-24 Thread David Gwynne
ok > On 24 Apr 2023, at 17:55, Masato Asou wrote: > > The eoip interface has SIOC[SG]ETKALIVE as below: > > $ man eoip | grep KALIVE >SIOCSETKALIVE struct ifkalivereq * >SIOCGETKALIVE struct ifkalivereq * > > Can I append eoip to keepalive option? > > comment, ok? > -- > ASOU

Add eoip keepalive in ifconfig.8

2023-04-24 Thread Masato Asou
The eoip interface has SIOC[SG]ETKALIVE as below: $ man eoip | grep KALIVE SIOCSETKALIVE struct ifkalivereq * SIOCGETKALIVE struct ifkalivereq * Can I append eoip to keepalive option? comment, ok? -- ASOU Masato Index: sbin/ifconfig/ifconfig.8 ===