CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/23 01:23:18
Modified files:
sys/sys : sockio.h
sys/net : if.h
Log message:
add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capability
im going to turn mpw into an ethernet interface, which includes
changing its if_type to IFT_ETHER. currently ldpd looks for if_type
IFT_MPLSTUNNEL to decide if an interface is a pseudowire, ie, it's
going to break. the ioctl will let ldpd ask the interface if it is
pseudowire capable as an alternative.
ok claudio@