]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
ospf6d: Stitching the auth trailer code with rest of ospf6.
authorAbhinay Ramesh <rabhinay@vmware.com>
Sun, 30 May 2021 16:33:41 +0000 (16:33 +0000)
committerAbhinay Ramesh <rabhinay@vmware.com>
Wed, 9 Feb 2022 01:57:08 +0000 (01:57 +0000)
commit6cb85350df7fdcea106947fdda42a91ddebcdd5e
tree9b995fe10714480472ba3c4b842ce32d9f6e1fc2
parentb592ec5ad037723887f6ba287b202bc33a9fe8b2
ospf6d: Stitching the auth trailer code with rest of ospf6.

Problem Statement:
==================
RFC 7166 support for OSPF6 in FRR code.

RCA:
====
This feature is newly supported in FRR

Fix:
====
Core functionality implemented in previous commit is
stitched with rest of ospf6 code as part of this commit.

Risk:
=====
Low risk

Tests Executed:
===============
Have executed the combination of commands.

Signed-off-by: Abhinay Ramesh <rabhinay@vmware.com>
16 files changed:
configure.ac
ospf6d/ospf6_auth_trailer.c
ospf6d/ospf6_auth_trailer.h
ospf6d/ospf6_interface.c
ospf6d/ospf6_interface.h
ospf6d/ospf6_intra.c
ospf6d/ospf6_message.c
ospf6d/ospf6_message.h
ospf6d/ospf6_neighbor.c
ospf6d/ospf6_neighbor.h
ospf6d/ospf6_network.c
ospf6d/ospf6_proto.c
ospf6d/ospf6_proto.h
ospf6d/ospf6_route.c
ospf6d/ospf6_top.c
ospf6d/ospf6_top.h