On 29.04.19 04:53, David Gwynne wrote:
it's always bothered me that i config areas on a crisco using a number,
but then have to think hard to convert that number to an address for use
in openbsd. eg, i was given area 700 in one place, which is 0.0.2.188
as an address. super annoying.

so this changes the ospfd parser so it accepts both a number or address.
i also changed it so it prints the number by default, which may be
contentious. the manpage is slightly tweaked too.

thoughts?

why don't just add something like 'convert' to ospfctl? wouldn't it be easier?

$ ospfctl convert 700

0.0.2.188

$ ospfctl convert 0.0.2.188
700

Reply via email to