1 # Awk filter, 1st filter for BFD internal prototype file extraction
3 # keep /*proto-internal blocks
4 /^\/\*proto-internal\*/,/^\*\/|^\*-\*\//
6 # Apparent bug in sed can discard last line in some situations; therefore
7 # make last line harmless.