Age | Commit message (Collapse) | Author |
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
For those who are curious, it was an artifact from Vyatta switching
to a proprietary routing stack, VC continued to use quagga so alternative
dependencies were needed.
|
|
|
|
|
|
|
|
|
|
Remove unused / old configuration nodes from bgp and ospfv3
Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Bug #384: Add route-map support for 'as-path exclude'
|
|
|
|
|
|
Bug 147: source-validation sysctl behavior changed in newer kernels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
|
|
|
|
|
|
Tiny typo in tab completion for access-list.
|
|
```
vyatta@r1-part# set policy access-list 10 rule <tab><tab>
Possible completions:
> <1-65535>> Access-list rule number
> 10
```
**Should look like access-list6 tab completion:**
```
vyatta@r1-part# set policy access-list6 test rule <tab><tab>
Possible completions:
> <1-65535> Access-list6 rule number
```
|
|
|
|
help command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|