diff options
author | Susant Sahani <susant@redhat.com> | 2015-07-23 09:09:11 +0000 |
---|---|---|
committer | Susant Sahani <susant@redhat.com> | 2015-07-23 15:06:03 +0530 |
commit | 38a0245fb2248744f3c38f451231c4f45bffdc42 (patch) | |
tree | 99ffcfb09253e4b15b906952d512c198ed310e87 /configure.ac | |
parent | 56511eca83b3e078ffce6514c12c7cb075d3eeb1 (diff) |
Add bridge NL params to missing.h
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff6364aba2..17c2f2b17d 100644 --- a/configure.ac +++ b/configure.ac @@ -302,7 +302,7 @@ AC_CHECK_DECLS([IFLA_INET6_ADDR_GEN_MODE, IFLA_IPTUN_ENCAP_DPORT, IFLA_GRE_ENCAP_DPORT, IFLA_BRIDGE_VLAN_INFO, - IFLA_BRPORT_UNICAST_FLOOD, + IFLA_BRPORT_LEARNING_SYNC, NDA_IFINDEX, IFA_FLAGS], [], [], [[ |