From: Donald Sharp Date: Wed, 17 May 2017 12:32:53 +0000 (-0400) Subject: Merge remote-tracking branch 'origin/stable/2.0' X-Git-Tag: reindent-master-before~152 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a6e895a9df5972f03e528f2c4a02c3cd338799f8;p=matthieu%2Ffrr.git Merge remote-tracking branch 'origin/stable/2.0' --- a6e895a9df5972f03e528f2c4a02c3cd338799f8 diff --cc doc/Building_FRR_on_Ubuntu1604.md index 09b5aa8b72,2d5b57ed56..9aa3206fee --- a/doc/Building_FRR_on_Ubuntu1604.md +++ b/doc/Building_FRR_on_Ubuntu1604.md @@@ -119,8 -119,8 +119,8 @@@ Add the following lines to `/etc/module sudo install -m 644 tools/frr.service /etc/systemd/system/frr.service sudo install -m 644 cumulus/etc/default/frr /etc/default/frr sudo install -m 644 cumulus/etc/frr/daemons /etc/frr/daemons - sudo install -m 644 cumulus/etc/frr/daemons.conf /etc/frr/daemons.conf - sudo install -m 644 cumulus/etc/frr/Frr.conf /etc/frr/Frr.conf - sudo install -m 644 cumulus/etc/frr/debian.conf /etc/frr/debian.conf - sudo install -m 644 cumulus/etc/frr/frr.conf /etc/frr/frr.conf ++ sudo install -m 644 tools/etc/frr/daemons.conf /etc/frr/daemons.conf ++ sudo install -m 644 tools/etc/frr/frr.conf /etc/frr/frr.conf sudo install -m 644 -o frr -g frr cumulus/etc/frr/vtysh.conf /etc/frr/vtysh.conf ### Enable daemons diff --cc ospf6d/ospf6_lsa.c index 36c3d825c5,867dc3d9d8..acc8fe3804 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@@ -917,7 -936,26 +916,6 @@@ DEFUN (no_debug_ospf6_lsa_type return CMD_SUCCESS; } -ALIAS (no_debug_ospf6_lsa_type, - no_debug_ospf6_lsa_hex_detail_cmd, - "no debug ospf6 lsa (router|network|inter-prefix|inter-router|as-external|link|intra-prefix|unknown) (originate|examine|flooding)", - NO_STR - DEBUG_STR - OSPF6_STR - "Debug Link State Advertisements (LSAs)\n" - "Router LSA's\n" - "Network LSA's\n" - "Inter-Prefix LSA's\n" - "Inter-Router LSA's\n" - "AS-External LSA's\n" - "Link LSA's\n" - "Intra-Prefix LSA's\n" - "Unknown LSA's\n" - "Originate\n" - "Examine\n" - "Flooding\n" - ) -- void install_element_ospf6_debug_lsa (void) {