Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7791 fixed.
|
|
|
|
seeing issues when we are upgrading to pacifica from
earlier releases. Customers may have the multicast blackhole route in earlier releases which is causing the issue
after upgrade. This will fail the commit for the other unicast routes.
|
|
|