diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-25 23:36:44 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-25 23:36:44 +0100 |
commit | 9a3172260987d2fd2b70a90071128d0201cc2e8f (patch) | |
tree | 92774b42cf6b89468f7a1b2663d8587beac8653f /configure.ac | |
parent | f9c422250bd32978c104ffdc2a801be75dbf9068 (diff) | |
parent | 977b82fba49b22d9548546d88b105945921efaed (diff) |
Merge commit '977b82fb' into wireguard-next-tmp7-1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index de3cb50a..cbdf2ca3 100644 --- a/configure.ac +++ b/configure.ac @@ -312,7 +312,7 @@ if test "$enable_mpls_kernel" != no ; then fi fi -all_protocols="$proto_bfd babel bgp mrt ospf perf pipe radv rip rpki static wireguard" +all_protocols="aggregator $proto_bfd babel bgp mrt ospf perf pipe radv rip rpki static wireguard" all_protocols=`echo $all_protocols | sed 's/ /,/g'` @@ -320,6 +320,7 @@ if test "$with_protocols" = all ; then with_protocols="$all_protocols" fi +AH_TEMPLATE([CONFIG_AGGREGATOR],[Aggregator protocol]) AH_TEMPLATE([CONFIG_BABEL], [Babel protocol]) AH_TEMPLATE([CONFIG_BFD], [BFD protocol]) AH_TEMPLATE([CONFIG_BGP], [BGP protocol]) |