CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/08/21 09:18:47

Modified files:
        usr.sbin/ospf6d: parse.y 

Log message:
An area is either a decimal number or an IPv4 address.

This lets us replace inet_aton with inet_pton since we do not need
inet_aton's flexibility.

phessler, sthen and Tom Smyth all confirm that they never came across
a different way of specifying an area.

OK claudio, deraadt

Reply via email to