diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-08-25 02:21:10 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-08-25 02:21:10 +0200 |
commit | 086f18fad23a0a2e6ef53f52e4127c932fe0a20e (patch) | |
tree | 358b7cd3d340214e6d83705077daeafb8d34f1e3 /zebra/subdir.am | |
parent | doc/user: drop SMUX reference, rework intro (diff) | |
download | frr-086f18fad23a0a2e6ef53f52e4127c932fe0a20e.tar.xz frr-086f18fad23a0a2e6ef53f52e4127c932fe0a20e.zip |
build: drop unused SMUX client OID MIBs
These MIB OIDs were only used to identify clients on the SMUX protocol.
And even for that, they were essentially pointless.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'zebra/subdir.am')
-rw-r--r-- | zebra/subdir.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zebra/subdir.am b/zebra/subdir.am index 69f7bc204..5dc375031 100644 --- a/zebra/subdir.am +++ b/zebra/subdir.am @@ -141,8 +141,3 @@ if DEV_BUILD zebra_zebra_fpm_la_SOURCES += zebra/zebra_fpm_dt.c endif endif - -EXTRA_DIST += \ - zebra/GNOME-SMI \ - zebra/GNOME-PRODUCT-ZEBRA-MIB \ - # end |