aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd
Commit message (Collapse)AuthorAgeFilesLines
* Apply fix previously made for neighbors within a group to neighbors that do ↵Matt Smith2015-10-221-4/+6
| | | | not have a group assigned. Fixes #4634.
* Expose 'depend on' and 'enforce neighbor-as' optionsRenato Botelho2015-09-222-1/+4
|
* openbgpd code style fixesdoktornotor2015-09-071-40/+30
|
* openbgpd code style fixesdoktornotor2015-09-071-38/+20
|
* openbgpd code style fixesdoktornotor2015-09-071-65/+66
|
* openbgpd code style fixesdoktornotor2015-09-071-42/+39
|
* openbgpd code style fixesdoktornotor2015-09-071-102/+127
|
* Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-3/+0
|
* Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-3/+0
|
* Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-8/+0
| | | All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
* openbgpd - fix file permissionsdoktornotor2015-08-091-59/+70
| | | Updated copyright header, fixed broken indentation and improved descriptions readability while here.
* Add CARP status support to OpenBGPD so it can be stopped on a secondary unit.jim-p2015-06-052-4/+126
|
* Add openbgpd port_category, run_depends and fix pbi checkRenato Botelho2015-04-271-1/+1
|
* More formatting/bracesMatt Smith2014-07-241-2/+3
|
* put brackets around nested ifs to clarify where the else belongs.Matt Smith2014-07-241-1/+2
|
* Fix #3772 - 'Broken openbgpd config generation logic in 2.2'.Matt Smith2014-07-241-4/+5
| | | | | | Change logic guiding generation of local-address statements in neighbor configs so that only one local-address is generated when a 'Local address X' parameter is defined for a neighbor.
* Fixup URLs:Renato Botelho2014-03-183-7/+7
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* openbgpd - fix blank listenip optionDanilo G. Baio (dbaio)2014-02-201-4/+12
|
* Sprinkle some unsets while here.Ermal Luçi2014-01-141-0/+2
|
* Set use ipsec sysctl to allow md5 to work properly.Ermal Luçi2014-01-141-2/+1
|
* Fixup a bunch of package service descriptions.jim-p2013-08-281-0/+1
|
* Improve instructions for bgpd.conf networks section to reflect brpd.conf ↵Renato Botelho2013-08-011-1/+1
| | | | syntax. It fixes #3102
* We don't need a var hereRenato Botelho2013-07-251-2/+1
|
* Simplify a bit logicRenato Botelho2013-07-251-9/+3
|
* Simplify a bit this copy/pasted functionRenato Botelho2013-07-251-9/+1
|
* preserve header when filteringRenato Botelho2013-07-251-2/+4
|
* Fix jQuery detectionRenato Botelho2013-07-251-3/+3
|
* Convert calls to count answers to ajax to improve speedRenato Botelho2013-07-251-3/+36
|
* Increase timeout to ajax callsRenato Botelho2013-07-251-2/+2
|
* Call commands after page is loaded to improve speedRenato Botelho2013-07-251-37/+61
|
* Code improvements:Renato Botelho2013-07-241-20/+26
| | | | | | - Convert commands to an associative array to make code more readable - Keep command headers to make it easy to understand data - Add filter to IP
* Make filter option easier to use on other commands, enable it on fibRenato Botelho2013-07-241-20/+33
|
* Use fullpathRenato Botelho2013-07-241-1/+1
|
* Remove empty form with wrong actionRenato Botelho2013-07-241-6/+0
|
* Respect default limit on first showRenato Botelho2013-07-241-1/+2
|
* Use fullpathRenato Botelho2013-07-241-10/+10
|
* Simplify a bit how it limit number of routesRenato Botelho2013-07-241-5/+3
|
* close file descriptorRenato Botelho2013-07-241-0/+2
|
* Implement ajax call for routing limit and filterRenato Botelho2013-07-241-2/+52
|
* change default limit to allRenato Botelho2013-07-241-2/+2
|
* Fix a typo s/,/./Renato Botelho2013-07-241-1/+1
|
* Remove header of routing commandRenato Botelho2013-07-241-1/+1
|
* Revert partially c3bf54d658, anchor names didn't need to be changedRenato Botelho2013-07-231-2/+2
|
* Add an ajax call to get command resultRenato Botelho2013-07-231-0/+6
|
* Add an id for each commands, define them earlier and initialize commandsRenato Botelho2013-07-231-20/+19
|
* Add limit and filter parameters to doCmdTRenato Botelho2013-07-231-2/+10
|
* Remove format piece of doCmdT and move them to showCmdTRenato Botelho2013-07-231-9/+15
|
* Remove duplicate commandRenato Botelho2013-07-231-1/+0
|
* Remove unused codeRenato Botelho2013-07-231-24/+8
|
* Fix unclosed <td>Renato Botelho2013-07-231-1/+1
|
ref='#n862'>862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124