]> git.proxmox.com Git - mirror_frr.git/commitdiff
Merge pull request #3288 from nitinsoniism/show_intf_brief
authorDavid Lamparter <equinox@diac24.net>
Tue, 29 Jan 2019 15:23:36 +0000 (16:23 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Jan 2019 15:23:36 +0000 (16:23 +0100)
zebra: Support "brief" output for "show interface"

1  2 
zebra/interface.c
zebra/subdir.am

Simple merge
diff --cc zebra/subdir.am
index 23c3cd4239530b857a0b64404613b83e8f154cf8,054f1770f37eb31b959f9acfc3fbe040226f2928..daa7946bc0923697783ef687c9d893aaa4d19080
@@@ -95,12 -93,12 +95,14 @@@ zebra_zebra_SOURCES = 
        zebra/zebra_errors.c \
        # end
  
 +zebra/zebra_mlag_clippy.c: $(CLIPPY_DEPS)
 +zebra/zebra_mlag.$(OBJEXT): zebra/zebra_mlag_clippy.c
 +
  zebra/zebra_vty_clippy.c: $(CLIPPY_DEPS)
+ zebra/interface_clippy.c: $(CLIPPY_DEPS)
+ zebra/interface.$(OBJEXT): zebra/interface_clippy.c
  zebra/zebra_vty.$(OBJEXT): zebra/zebra_vty_clippy.c
  
 -
  zebra/zebra_routemap_clippy.c: $(CLIPPY_DEPS)
  zebra/zebra_routemap.$(OBJEXT): zebra/zebra_routemap_clippy.c