commit | d83b8d6d73021815a87e000c50863a105af80226 | [log] [tgz] |
---|---|---|
author | Lou Berger <lberger@labn.net> | Tue May 17 07:10:41 2016 -0400 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Sep 13 10:36:40 2016 +0100 |
tree | 5f9c20043869eea56971eb4d8fad1b161a29d0fe | |
parent | ee5fbe26f2b7561457a1d0c8b5ce72b512638cb0 [diff] [blame] |
lib: add AF_ETHERNET/AFI_ETHER
diff --git a/lib/plist.c b/lib/plist.c index abce633..2176c03 100644 --- a/lib/plist.c +++ b/lib/plist.c
@@ -734,6 +734,11 @@ return CMD_WARNING; } break; + case AFI_ETHER: + default: + vty_out (vty, "%% Unrecognized AFI (%d)%s", afi, VTY_NEWLINE); + return CMD_WARNING; + break; } /* ge and le check. */