add ospf parser
@willtome can you please add Signed-off header in your commit . That is why ci is failing.
@gdpak I'm not sure what that means or how to do that.
git checkout your-branch
git reset HEAD~1
git commit -m “your message” -s
git push —force
https://stackoverflow.com/questions/1962094/what-is-the-sign-off-feature-in-git-for
If you have more than one commit you’re probably best off editing the message for each commit. You could also squash your commits into one.
@willtome You have commits on your PR without a header "Signed-off-by <>"
please use git commit --amend --signoff <commit-id> to add this header in your PR branch. zuul should pass then.
Merge Failed.
This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.
@willtome any update on this PR