diff options
author | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-06-14 01:05:17 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-15 13:36:41 +0200 |
commit | 62cd657cddfb82b0f2efa1091817fee91bbd111a (patch) | |
tree | c8102553cd7eace093dd8792c4225ed17862bfc0 /debian | |
parent | redhat: Changes to allow Cumulus start/stop methodology (diff) | |
download | frr-62cd657cddfb82b0f2efa1091817fee91bbd111a.tar.xz frr-62cd657cddfb82b0f2efa1091817fee91bbd111a.zip |
cumulus: Changes to make this code work for redhat
Modify code base to allow rpm building.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/quagga.default | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/quagga.default b/debian/quagga.default deleted file mode 100644 index ae960b9e1..000000000 --- a/debian/quagga.default +++ /dev/null @@ -1,9 +0,0 @@ -MAX_INSTANCES=5 -MAX_FDS=1024 -ZEBRA_OPTIONS="-s 16777216 -A 127.0.0.1" -BGPD_OPTIONS="-A 127.0.0.1" -OSPFD_OPTIONS="-A 127.0.0.1" -OSPF6D_OPTIONS="-A ::1" -RIPD_OPTIONS="-A 127.0.0.1" -RIPNGD_OPTIONS="-A ::1" -ISISD_OPTIONS="-A 127.0.0.1" |